Skip to content

Commit db2b41e

Browse files
authored
Downgrade tonistiigi/binfmt in docker.build.yaml
from 8.1.5 to 7.0.0
1 parent 6cd6f78 commit db2b41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# setup-qemu-action by default uses tonistiigi/binfmt:latest,
5959
# which was out of date, see https://github.com/tonistiigi/binfmt/issues/165.
6060
# Now it has been updated, but still causes segfaults.
61-
image: tonistiigi/binfmt:qemu-v8.1.5
61+
image: tonistiigi/binfmt:qemu-v7.0.0
6262

6363
- name: Set up Docker Buildx
6464
id: buildx

0 commit comments

Comments
 (0)