mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 05:33:11 +01:00
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:
parent
12b92a66f1
commit
348d1e9dcf
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
3
.github/workflows/release-please.yml
vendored
3
.github/workflows/release-please.yml
vendored
@ -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
|
||||
|
||||
3
.github/workflows/release-publish.yml
vendored
3
.github/workflows/release-publish.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user