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 d9fbace
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 @@ -105,4 +105,7 @@
};
};
};
flake = {
herculesCI.ciSystems = [ "x86_64-linux" ];
};
}

0 comments on commit d9fbace

Please sign in to comment.