mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-13 14:13:10 +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----------------"
|
echo "-------------Disk info after cleanup----------------"
|
||||||
df -h
|
df -h
|
||||||
echo "-----------------------------------------------------"
|
echo "-----------------------------------------------------"
|
||||||
|
- uses: docker/setup-qemu-action@v3
|
||||||
|
with:
|
||||||
|
image: tonistiigi/binfmt:qemu-v9.2.2-52
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
# We need the full history for the commitlint task
|
# 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
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
- uses: docker/setup-qemu-action@v3
|
||||||
|
with:
|
||||||
|
image: tonistiigi/binfmt:qemu-v9.2.2-52
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install Task
|
- 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:
|
release-publish-artifacts:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: docker/setup-qemu-action@v3
|
||||||
|
with:
|
||||||
|
image: tonistiigi/binfmt:qemu-v9.2.2-52
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install Task
|
- name: Install Task
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user