Skip to content

Commit

Permalink
ci: disables aarch64-linux tests.
Browse files Browse the repository at this point in the history
This is too slow to be useful and it does not seem to actually run the
tests on github actions.
  • Loading branch information
SEIAROTg committed Nov 28, 2024
1 parent 45a6799 commit 885195b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:

strategy:
matrix:
system: [x86_64-linux, aarch64-linux]
# TODO: re-enable aarch64-linux once github has native runner
# https://github.com/orgs/community/discussions/19197
system: [x86_64-linux]
version:
- nixpkgs: nixos-24.11
home-manager: release-24.11
Expand Down

0 comments on commit 885195b

Please sign in to comment.