Skip to content

Commit 05f2397

Browse files
authored
Merge pull request #67 from crowdsecurity/he2ss-patch-1
Update builder.yaml to fix qemu segfault
2 parents 83131ce + d02ee9a commit 05f2397

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/builder.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ jobs:
100100
101101
- name: Set up QEMU
102102
uses: docker/setup-qemu-action@v3
103+
with:
104+
image: tonistiigi/binfmt:qemu-v9.2.0
103105
- name: Set up Docker Buildx
104106
uses: docker/setup-buildx-action@v3
105107

0 commit comments

Comments
 (0)