forked from repo-mirrors/cnpg-postgres-containers
ci: workaround for segfault in the latest binfmt image (#156)
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
This commit is contained in:
2
.github/workflows/bake.yaml
vendored
2
.github/workflows/bake.yaml
vendored
@@ -48,6 +48,8 @@ jobs:
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: 'arm64'
|
||||
# TODO: remove once https://github.com/docker/setup-qemu-action/issues/198 is fixed
|
||||
image: 'tonistiigi/binfmt:qemu-v7.0.0'
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -45,6 +45,8 @@ jobs:
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
platforms: ${{ matrix.platforms }}
|
||||
# TODO: remove once https://github.com/docker/setup-qemu-action/issues/198 is fixed
|
||||
image: 'tonistiigi/binfmt:qemu-v7.0.0'
|
||||
|
||||
- name: Docker meta
|
||||
env:
|
||||
|
Reference in New Issue
Block a user