Remove aarch64-linux
from binfmt.emulatedSystems
Otherwhise the Hercules CI agent on `x86_64-linux` will start building `aarch64-linux` derivations
This commit is contained in:
parent
5dd056d878
commit
09e977cc18
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
boot.binfmt.emulatedSystems = ["aarch64-linux" "i686-linux" "riscv64-linux"];
|
boot.binfmt.emulatedSystems = ["i686-linux" "riscv64-linux"];
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
extra-platforms = aarch64-linux arm-linux i686-linux riscv64-linux
|
extra-platforms = aarch64-linux arm-linux i686-linux riscv64-linux
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Reference in a new issue