Skip to content

Commit 41ce587

Browse files
committed
cicd: use stable binmt
By default docker/setup-qemu-action uses `binmt:master`, which leads to unstable cicd that hard to debug, randm crashes, bogus errors. It fixes one of the issue with aarch64 builds.
1 parent 0237110 commit 41ce587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ jobs:
168168
uses: docker/setup-qemu-action@v3
169169
with:
170170
platforms: all
171+
image: 'docker.io/tonistiigi/binfmt:desktop-v8.1.5'
171172
if: runner.os == 'Linux'
172173

173174
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)