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