From e220b66c4d8b2eabdc3a0e01186d12c35ffd123c Mon Sep 17 00:00:00 2001 From: evazion Date: Thu, 6 Oct 2022 22:00:52 -0500 Subject: [PATCH] Revert "github: temp disable ARM build." This reverts commit 6a4a4da1bc606e2fb0a7e3e3d8e6a23ebad80b84. --- .github/workflows/docker-build.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index 673359390..6e88f393a 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -29,10 +29,10 @@ jobs: steps: # https://github.com/docker/setup-qemu-action # https://github.com/docker/setup-buildx-action#with-qemu - #- name: Set up QEMU - # uses: docker/setup-qemu-action@v1 - # with: - # platforms: arm64 + - name: Set up QEMU + uses: docker/setup-qemu-action@v1 + with: + platforms: arm64 # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx @@ -80,8 +80,7 @@ jobs: tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }} - #platforms: linux/amd64,linux/arm64 - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 # https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md#registry-cache # https://dev.to/pst418/speed-up-multi-stage-docker-builds-in-ci-cd-with-buildkit-s-registry-cache-11gi