try using binfmt image.
This commit is contained in:
parent
edc5ec71ad
commit
4b0fc2c0e8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue