Merge pull request #19400 from benley/bazel-linux-i686
bazel: Allow linux i686 builds too
This commit is contained in:
commit
e3ed2a5df9
1 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@ let
|
|||
description = "Build tool that builds code quickly and reliably";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.philandstuff ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
bootstrapEnv = buildFHSUserEnv {
|
||||
|
|
Loading…
Reference in a new issue