Skip to content

Commit 348d1e9

Browse files
committed
ci(publish): fix emulated build
Use tonistiigi/binfmt:qemu-v9.2.2-52 that fixes intermittent segmentation fault building for arm64 Signed-off-by: Marco Nenciarini <[email protected]>
1 parent 12b92a6 commit 348d1e9

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
echo "-------------Disk info after cleanup----------------"
2727
df -h
2828
echo "-----------------------------------------------------"
29+
- uses: docker/setup-qemu-action@v3
30+
with:
31+
image: tonistiigi/binfmt:qemu-v9.2.2-52
2932
- name: Checkout
3033
uses: actions/checkout@v4
3134
# We need the full history for the commitlint task

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 20
18+
- uses: docker/setup-qemu-action@v3
19+
with:
20+
image: tonistiigi/binfmt:qemu-v9.2.2-52
1821
- name: Checkout
1922
uses: actions/checkout@v4
2023
- name: Install Task

.github/workflows/release-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
release-publish-artifacts:
88
runs-on: ubuntu-latest
99
steps:
10+
- uses: docker/setup-qemu-action@v3
11+
with:
12+
image: tonistiigi/binfmt:qemu-v9.2.2-52
1013
- name: Checkout
1114
uses: actions/checkout@v4
1215
- name: Install Task

0 commit comments

Comments
 (0)