Skip to content

Commit

Permalink
Merge pull request #67 from input-output-hk/newhoggy/fix-ci/eval
Browse files Browse the repository at this point in the history
Remove `aarch64-linux` and `aarch64-darwin` to fix eval
  • Loading branch information
disassembler authored Jun 22, 2023
2 parents 9453367 + b995bb4 commit d41df65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
supportedSystems = [
"x86_64-linux"
"x86_64-darwin"
"aarch64-linux"
"aarch64-darwin"
# "aarch64-linux" - disable these temporarily because the build is broken
# "aarch64-darwin" - disable these temporarily because the build is broken
];
in
inputs.flake-utils.lib.eachSystem supportedSystems (
Expand Down

0 comments on commit d41df65

Please sign in to comment.