Add kselftest-builder container for x86 and ARM64

Kernel's sefltest depends on a number of userland libraries
COS does not provide. For this reason Ubuntu is used as a base
image and should be used as a run-time test userland.

kselftest also does not fully support cross-compilation so
the builder needs ARM64 version that can be used with linuxkit/binfmt
on x86 worker VM.

Change-Id: I00dccad76ec83d12ffb601850e2e48f801ab7bc5
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/34940
Reviewed-by: Oleksandr Tymoshenko <ovt@google.com>
Reviewed-by: Arnav Kansal <rnv@google.com>
Tested-by: Oleksandr Tymoshenko <ovt@google.com>
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
2 files changed
tree: af4bc6bc0614b85164f96cd68354bba80ee695a1
  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.