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 <marco.nenciarini@enterprisedb.com>
This commit is contained in:
Marco Nenciarini 2025-05-27 18:30:57 +02:00
parent 12b92a66f1
commit 348d1e9dcf
No known key found for this signature in database
GPG Key ID: 589F03F01BA55038
3 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,9 @@ jobs:
echo "-------------Disk info after cleanup----------------"
df -h
echo "-----------------------------------------------------"
- uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v9.2.2-52
- name: Checkout
uses: actions/checkout@v4
# We need the full history for the commitlint task

View File

@ -15,6 +15,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v9.2.2-52
- name: Checkout
uses: actions/checkout@v4
- name: Install Task

View File

@ -7,6 +7,9 @@ jobs:
release-publish-artifacts:
runs-on: ubuntu-latest
steps:
- uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v9.2.2-52
- name: Checkout
uses: actions/checkout@v4
- name: Install Task