Skip to content

Commit 585a01a

Browse files
committed
OCI: Fix segfaults on ARM builds
Use image `tonistiigi/binfmt:qemu-v7.0.0-28` for GHA's `setup-qemu-action`.
1 parent 06a6403 commit 585a01a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/oci-runtime.yml

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
6868
- name: Set up QEMU
6969
uses: docker/setup-qemu-action@v3
70+
with:
71+
image: tonistiigi/binfmt:qemu-v7.0.0-28
7072

7173
- name: Set up Docker Buildx
7274
id: buildx

.github/workflows/oci-server.yml

+2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
106106
- name: Set up QEMU
107107
uses: docker/setup-qemu-action@v3
108+
with:
109+
image: tonistiigi/binfmt:qemu-v7.0.0-28
108110

109111
- name: Set up Docker Buildx
110112
id: buildx

0 commit comments

Comments
 (0)