cos-customizer: Add arm64 target for the provisioner

There doesn't seem to be a good way to make Go embed configuration
implicit. So we have provisioner genrule targets for each architecture,
for each embedded program. provisioner_lib supports both amd64 and
arm64, so the go_binary targets can be as small as possible.

This has no behavioral impact on cos-customizer.

BUG=b/176990931
TEST=`bazel test`

Change-Id: I0e20f69680e38a4b6e39bdb5b49e4e54e82078af
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/25900
Tested-by: Robert Kolchmeyer <rkolchmeyer@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Roy Yang <royyang@google.com>
5 files changed
tree: b8496a4be8b98c54b5c73eb2091c2b670169c07e
  1. release/
  2. src/
  3. testing/
  4. BUILD.bazel
  5. cloudbuild.yaml
  6. CONTRIBUTING.md
  7. deps.bzl
  8. go.mod
  9. go.sum
  10. LICENSE
  11. README.md
  12. run_tests.sh
  13. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.