bazel: Allow linux i686 builds too

This commit is contained in:
Benjamin Staffin 2016-10-09 14:57:16 -04:00
parent 3c39d75543
commit d42fb35713

View File

@ -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 {