make-bootstrap-tools-cross.nix: add musl -> musl64
This commit is contained in:
parent
7debd78f06
commit
5ac5a3ebb5
@ -13,4 +13,5 @@ in with (import ../../../lib).systems.examples; {
|
|||||||
armv6l = make raspberryPi;
|
armv6l = make raspberryPi;
|
||||||
armv7l = make armv7l-hf-multiplatform;
|
armv7l = make armv7l-hf-multiplatform;
|
||||||
aarch64 = make aarch64-multiplatform;
|
aarch64 = make aarch64-multiplatform;
|
||||||
|
musl = make musl64;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user