Skip to content

Commit

Permalink
Add ARM64 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ponyisi authored and BenGalewsky committed Sep 14, 2024
1 parent d85c3a3 commit 97d7dcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_servicex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/arm64
python-version: ["3.10"]
app: "${{fromJson(needs.build-matrix.outputs.matrix)}}"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 97d7dcc

Please sign in to comment.