Skip to content

Commit

Permalink
Try adding qemu for multi arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstretenowich committed Nov 12, 2024
1 parent 84a106e commit 9c7b838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Tag-and-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
id: changelog_diff
run: |
sed -n '/#### \[${{ steps.get_tag.outputs.version }}\]/,/^#### /p' CHANGELOG.md | sed '$d' > release_notes.md
- name: Install QEMU
run: sudo apt-get install qemu-user-static
- name: Build Container Image
uses: redhat-actions/buildah-build@v2
with:
Expand Down

0 comments on commit 9c7b838

Please sign in to comment.