try using binfmt image.

This commit is contained in:
Jason Kulatunga 2023-01-26 08:07:46 -08:00
parent edc5ec71ad
commit 4b0fc2c0e8
1 changed files with 5 additions and 4 deletions

View File

@ -32,10 +32,11 @@ jobs:
run: |
make frontend-build-${{ github.ref_name == 'sandbox' && 'sandbox' || 'prod' }}
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v2
# with:
# platforms: 'amd64,arm64,arm'
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
image: 'tonistiigi/binfmt:latest'
platforms: 'amd64,arm64'
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
# Login against a Docker registry except on PR