release-cross: Cross compile from all 3 supported platforms
This commit is contained in:
parent
ab6bbdd5cd
commit
22df9423cd
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
*/
|
||||
|
||||
{ # The platforms *from* which we cross compile.
|
||||
supportedSystems ? [ "x86_64-linux" "x86_64-darwin" ]
|
||||
supportedSystems ? [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ]
|
||||
, # Strip most of attributes when evaluating to spare memory usage
|
||||
scrubJobs ? true
|
||||
}:
|
||||
|
@ -10,7 +10,7 @@
|
|||
with import ./release-lib.nix { inherit supportedSystems scrubJobs; };
|
||||
|
||||
let
|
||||
nativePlatforms = linux;
|
||||
nativePlatforms = all;
|
||||
|
||||
common = {
|
||||
buildPackages.binutils = nativePlatforms;
|
||||
|
|
Loading…
Reference in a new issue