Skip to content

Commit

Permalink
ci: install extra build deps for ubuntu 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
  • Loading branch information
Jafaral committed Dec 18, 2024
1 parent bda0a0e commit f52aee5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,15 @@ jobs:
strategy:
matrix:
platform:
- { arch: aarch64 }
- { arch: armv7 }
- { arch: aarch64 } # emulated
- { arch: armv7 } # emulated
- { arch: x86 }
steps:
- name: Install extra dependencies
shell: 'sh'
run: |
sudo apt update && sudo apt install -y binfmt-support
- name: alpine
uses: jirutka/setup-alpine@v1
with:
Expand Down

0 comments on commit f52aee5

Please sign in to comment.