cros-gpu-stretch: fix apt update warning on arm containers
LLVM doesn't have arm64 builds. This doesn't really fix anything since this
repo is still unusable on arm, but it'll silence an annoying warning
when running apt update.
BUG=chromium:1014065
TEST=apt update on arm container
Change-Id: Ifa4df9f14febc3e15a2a3c011b671e0fd08ead59
Reviewed-on: https://chromium-review.googlesource.com/1902096
Tested-by: kokoro <noreply+kokoro@google.com>
Tested-by: Stephen Barber <smbarber@chromium.org>
Commit-Ready: Stephen Barber <smbarber@chromium.org>
Legacy-Commit-Queue: Commit Bot <commit-bot@chromium.org>
Reviewed-by: David Munro <davidmunro@google.com>
diff --git a/cros-gpu-stretch/BUILD b/cros-gpu-stretch/BUILD
index b0aaa45..7abe521 100644
--- a/cros-gpu-stretch/BUILD
+++ b/cros-gpu-stretch/BUILD
@@ -67,6 +67,6 @@
maintainer = "The Chromium OS Authors <chromium-os-dev@chromium.org>",
package = "cros-gpu",
section = "misc",
- version = "9.6",
+ version = "9.7",
visibility = ["//cros-debs:__pkg__"],
)
diff --git a/cros-gpu-stretch/cros-gpu.list b/cros-gpu-stretch/cros-gpu.list
index aefeada..4caaf52 100644
--- a/cros-gpu-stretch/cros-gpu.list
+++ b/cros-gpu-stretch/cros-gpu.list
@@ -1,2 +1,2 @@
deb https://deb.debian.org/debian stretch-backports main
-deb https://apt.llvm.org/stretch/ llvm-toolchain-stretch-7 main
+deb [arch=amd64,i386] https://apt.llvm.org/stretch/ llvm-toolchain-stretch-7 main