kokoro: update apt_signer to force using subkey

BUG=chromium:952214
TEST=apt update succeeds

Change-Id: I90eebf04a8d8ec1034c78c920c715ea65a448677
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/containers/cros-container-guest-tools/+/1565092
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Reviewed-by: David Riley <davidriley@chromium.org>
Commit-Queue: Stephen Barber <smbarber@chromium.org>
Tested-by: Stephen Barber <smbarber@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
1 file changed
tree: 1529476c58992e86570242e7357c54c1fb789736
  1. cros-adapta/
  2. cros-apt-config/
  3. cros-garcon/
  4. cros-gpu-alpha/
  5. cros-guest-tools/
  6. cros-notificationd/
  7. cros-pulse-config/
  8. cros-sftp/
  9. cros-sommelier/
  10. cros-sommelier-config/
  11. cros-sudo-config/
  12. cros-systemd-overrides/
  13. cros-tast-tests/
  14. cros-ui-config/
  15. cros-wayland/
  16. docs/
  17. kokoro/
  18. lxd/
  19. mesa/
  20. .gitignore
  21. COMMIT-QUEUE.ini
  22. LICENSE
  23. README.md
  24. WORKSPACE
README.md

cros-container-guest-tools

Overview

These are the guest packages for setting up a container to integrate with Chrome OS. This includes build scripts that are run in Google's internal continuous integration service.

Building

The guest packages can be built with Bazel. The CrOS milestone to target and release name (stretch, buster, etc.) are required.

bazel build //... --action_env="MILESTONE=74" --action_env="RELEASE=buster"