Skip to content

Commit

Permalink
GitHub CI: Disable aarch64 to speedup testing
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Oct 19, 2021
1 parent 3e67def commit 4c545b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
arch: [x86_64, aarch64]
arch: [x86_64]
# Don't fail the whole workflow if one architecture fails
fail-fast: false

Expand Down

0 comments on commit 4c545b3

Please sign in to comment.