linux_rpi: enable aarch64 build on hydra
This commit is contained in:
parent
71c49d5796
commit
b5cce32ea9
|
@ -25,7 +25,7 @@ lib.overrideDerivation (buildLinux (args // rec {
|
||||||
efiBootStub = false;
|
efiBootStub = false;
|
||||||
} // (args.features or {});
|
} // (args.features or {});
|
||||||
|
|
||||||
extraMeta.hydraPlatforms = [];
|
extraMeta.hydraPlatforms = with stdenv.lib.platforms; [ aarch64 ];
|
||||||
})) (oldAttrs: {
|
})) (oldAttrs: {
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
# The v7 defconfig has this set to '-v7' which screws up our modDirVersion.
|
# The v7 defconfig has this set to '-v7' which screws up our modDirVersion.
|
||||||
|
|
Loading…
Reference in New Issue