mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-08 19:27:18 +02:00
Hercules: build only on x86_64-linux and aarch64-linux
This commit is contained in:
parent
8a4b98e309
commit
7622f95f9a
1 changed files with 4 additions and 0 deletions
|
@ -705,5 +705,9 @@
|
||||||
// { default = self.devShells.${system}.stdenv; }
|
// { default = self.devShells.${system}.stdenv; }
|
||||||
);
|
);
|
||||||
|
|
||||||
|
herculesCI.ciSystems = [
|
||||||
|
"x86_64-linux"
|
||||||
|
"aarch64-linux"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue