Skip to content

Commit

Permalink
include arch in the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jan 18, 2025
1 parent c7ab2dd commit aa2e975
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
strategy:
matrix:
distro: ${{ fromJson(needs.prepare.outputs.dockerDistros) }}
include:
- arch: amd64
runner: ubuntu-24.04
- arch: arm64
runner: ubuntu-24.04
fail-fast: false
steps:
- name: Checkout
Expand Down

0 comments on commit aa2e975

Please sign in to comment.