Skip to content

Commit b89f86c

Browse files
authored
Pin qemu image in docker.build.yaml
1 parent f3e52af commit b89f86c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docker.build.yaml

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

5763
- name: Set up Docker Buildx
5864
id: buildx

0 commit comments

Comments
 (0)