Skip to content

Commit

Permalink
more?
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni committed Jan 15, 2024
1 parent 329c62b commit 9c0d600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,11 @@ jobs:
strategy:
matrix:
# target: [x86_64-unknown-linux-gnu, i686-unknown-linux-gnu]
target: [x86_64-unknown-linux-gnu, i686-unknown-linux-gnu, aarch64-unknown-linux-gnu]
# target: [x86_64-unknown-linux-gnu, i686-unknown-linux-gnu, aarch64-unknown-linux-gnu]
# target: [armv7-unknown-linux-gnueabihf]
# target: [x86_64-unknown-linux-gnu]
# python: ['3.8', '3.9', '3.10', '3.11', '3.12']
target: [x86_64, x86, aarch64, armv7]
python: ['3.10']
name: "Build Linux (python${{ matrix.python }}, ${{ matrix.target }})"
steps:
Expand Down

0 comments on commit 9c0d600

Please sign in to comment.