diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 06de439..4834ee6 100755 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -19,6 +19,9 @@ jobs: id: version run: echo "::set-output name=VERSION::$(cat version.txt)" + common: + runs-on: ubuntu-latest + steps: - name: Call common build workflow uses: ./.github/workflows/common-docker-build.yml with: diff --git a/.github/workflows/common-docker-build.yml b/.github/workflows/common-docker-build.yml index 6131757..d80f2a9 100755 --- a/.github/workflows/common-docker-build.yml +++ b/.github/workflows/common-docker-build.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - + - name: Set up QEMU uses: docker/setup-qemu-action@v1