Skip to content

Commit

Permalink
ci: configure hercules-ci to only build x86_64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Feb 21, 2024
1 parent 3d5a0c4 commit 7ada0d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,8 @@
settings.formatter = { };
};
};
flake = {
herculesCI.ciSystems = [ "x86_64-linux" ];
};
};
}

0 comments on commit 7ada0d2

Please sign in to comment.