linux-rpi: set correct hydraPlatforms (#53325)
This commit is contained in:
parent
b6aba6cc18
commit
7817aa3641
@ -25,7 +25,7 @@ lib.overrideDerivation (buildLinux (args // rec {
|
|||||||
efiBootStub = false;
|
efiBootStub = false;
|
||||||
} // (args.features or {});
|
} // (args.features or {});
|
||||||
|
|
||||||
extraMeta.hydraPlatforms = with stdenv.lib.platforms; [ aarch64 ];
|
extraMeta.hydraPlatforms = [ "aarch64-linux" ];
|
||||||
})) (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…
x
Reference in New Issue
Block a user