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