Skip to content

Commit

Permalink
fix(base): install QEMU for ‹RUN› in build action (#621)
Browse files Browse the repository at this point in the history
don't ask…
  • Loading branch information
mfocko authored Dec 5, 2024
2 parents ac6cb2e + e143088 commit a82fcb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/base-image-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install QEMU dependency
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
- name: Build Image
id: build-image
uses: redhat-actions/buildah-build@v2
Expand Down

0 comments on commit a82fcb2

Please sign in to comment.