try using binfmt image.
This commit is contained in:
parent
edc5ec71ad
commit
4b0fc2c0e8
|
@ -32,10 +32,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
make frontend-build-${{ github.ref_name == 'sandbox' && 'sandbox' || 'prod' }}
|
make frontend-build-${{ github.ref_name == 'sandbox' && 'sandbox' || 'prod' }}
|
||||||
|
|
||||||
# - name: Set up QEMU
|
- name: Set up QEMU
|
||||||
# uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
# with:
|
with:
|
||||||
# platforms: 'amd64,arm64,arm'
|
image: 'tonistiigi/binfmt:latest'
|
||||||
|
platforms: 'amd64,arm64'
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
# Login against a Docker registry except on PR
|
# Login against a Docker registry except on PR
|
||||||
|
|
Loading…
Reference in New Issue