Skip to content

Commit

Permalink
ci: Add aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Jan 24, 2024
1 parent 061745e commit a417fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
supportedSystems = [
"x86_64-linux"
"x86_64-darwin"
"aarch64-darwin"
];
in
inputs.utils.lib.eachSystem supportedSystems (system:
Expand Down

0 comments on commit a417fa5

Please sign in to comment.