cos-customizer: Add arm64 targets for some binaries

To support cos-customizer on arm64, some binaries that need to run in
the cos-customizer build VM need to have arm64 targets. We create arm64
targets and update references to use the amd64 targets for now, to
ensure that this change doesn't modify cos-customizer behavior.

BUG=b/176990931
TEST=`bazel test`

Change-Id: Iee91764a03875f8790a99701498ad68785ba4f2f
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/25880
Reviewed-by: Arnav Kansal <rnv@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Tested-by: Robert Kolchmeyer <rkolchmeyer@google.com>
4 files changed
tree: 56548ca35190e0e9c92ab5302ffe2633d43886f7
  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.