Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
flake/herculesCi: add aarch64-linux to ciSystems
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Apr 18, 2024
1 parent e03fcf2 commit 0f8cb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
];
in
{
herculesCI.ciSystems = [ "x86_64-linux" ];
herculesCI.ciSystems = [ "x86_64-linux" "aarch64-linux" ];
templates.default = {
path = ./templates/default;
description = "risc0 project template";
Expand Down

0 comments on commit 0f8cb75

Please sign in to comment.