Skip to content

Commit

Permalink
try building linux without aarch
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Dec 13, 2023
1 parent 66dfae3 commit b2cc084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
target: [x86_64, aarch64]
target: [x86_64]
defaults:
run:
working-directory: ./src/python
Expand Down

0 comments on commit b2cc084

Please sign in to comment.