Skip to content

Commit

Permalink
ci(arm): install qemu for cross-arch image builds (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Apr 18, 2024
1 parent ba3947b commit 2e08b7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
get-pom-properties:
runs-on: ubuntu-latest
steps:
- name: Install qemu
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
- uses: actions/checkout@v3
with:
submodules: true
Expand Down

0 comments on commit 2e08b7d

Please sign in to comment.