Skip to content

Commit 6cd6f78

Browse files
authored
Downgrade qemu image docker.build.yaml
Hoping that this fixes things when combined with the runner image downgrade.
1 parent 843be82 commit 6cd6f78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker.build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
- name: Set up QEMU
5555
id: qemu
5656
uses: docker/setup-qemu-action@v3
57+
with:
58+
# setup-qemu-action by default uses tonistiigi/binfmt:latest,
59+
# which was out of date, see https://github.com/tonistiigi/binfmt/issues/165.
60+
# Now it has been updated, but still causes segfaults.
61+
image: tonistiigi/binfmt:qemu-v8.1.5
5762

5863
- name: Set up Docker Buildx
5964
id: buildx

0 commit comments

Comments
 (0)