We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems we have to build cross compile invocations for each OS/arch pair, rather than invoking a build in a single command.
Blocked by bazelbuild/bazel#6519
What we have:
bazel build --platforms=@io_bazel_rules_go//go/toolchain:linux_amd64_cgo //beacon-chain //validator bazel build --platforms=@io_bazel_rules_go//go/toolchain:linux_arm64_cgo //beacon-chain //validator bazel build --platforms=@io_bazel_rules_go//go/toolchain:darwin_amd64_cgo //beacon-chain //validator bazel build --platforms=@io_bazel_rules_go//go/toolchain:windows_amd64_cgo //beacon-chain //validator
What we want:
bazel build //:all_binaries_bundle
Which would produce a zip / tar with distros for each system.
The text was updated successfully, but these errors were encountered:
Update: I have an idea to try from this comment: bazelbuild/bazel#6519 (comment)
Haven't had the time to attempt it yet.
Sorry, something went wrong.
Done by @SuburbanDad
prestonvanloon
No branches or pull requests
It seems we have to build cross compile invocations for each OS/arch pair, rather than invoking a build in a single command.
Blocked by bazelbuild/bazel#6519
What we have:
What we want:
Which would produce a zip / tar with distros for each system.
The text was updated successfully, but these errors were encountered: