forked from Maurice/pastabble
ci: install qemu-user-static before building
Some checks failed
Build container / build (push) Failing after 21s
Some checks failed
Build container / build (push) Failing after 21s
This commit is contained in:
@@ -4,9 +4,12 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: container-builder
|
runs-on: citadel-container-builder
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Install qemu dependency
|
||||||
|
run: |
|
||||||
|
sudo dnf install -y qemu-user-static-aarch64
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user