bazel: Allow linux i686 builds too
This commit is contained in:
parent
3c39d75543
commit
d42fb35713
@ -10,7 +10,7 @@ let
|
|||||||
description = "Build tool that builds code quickly and reliably";
|
description = "Build tool that builds code quickly and reliably";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.philandstuff ];
|
maintainers = [ maintainers.philandstuff ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
bootstrapEnv = buildFHSUserEnv {
|
bootstrapEnv = buildFHSUserEnv {
|
||||||
|
Loading…
Reference in New Issue
Block a user