Fix arch-specific paths in the artifact archival code

After switching to the ChromiumOS-compatible architecture names
some of the paths in the kernel tree were rendered invalid because
of the mismatch between the CrOS arch name (x86_64) and the kernel
tree one (x86). As a fix do additional translation of the arch name
to fix the paths.

Change-Id: I4aceb5de53861460a9f0ce357c1a4e939d9ddd95
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/32340
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Meena Shanmugam <meenashanmugam@google.com>
Tested-by: Oleksandr Tymoshenko <ovt@google.com>
1 file changed
tree: 5b47e48cd8da3f3589d9945bb9d7e13f2768a372
  1. release/
  2. src/
  3. testing/
  4. .gitignore
  5. BUILD.bazel
  6. cloudbuild.yaml
  7. CONTRIBUTING.md
  8. deps.bzl
  9. go.mod
  10. go.sum
  11. LICENSE
  12. README.md
  13. run_tests.sh
  14. 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.