Skip to content

Add the PMAC to 1.1.0-rc1 #138

Add the PMAC to 1.1.0-rc1

Add the PMAC to 1.1.0-rc1 #138

Workflow file for this run

---
name: Docker Image
on:
push:
branches: [ master ]
paths:
- '.github/workflows/docker-image.yml'
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Preparation
run: |
make null
make vars
- name: Build Docker
run: make build.docker