From 79690a34fddcd0296e99dc8bdd72376df42a993b Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 18 Aug 2026 13:21:05 +0200 Subject: [PATCH] external: add arm64 to google-chrome Google now publishes google-chrome-stable for arm64 alongside amd64 in its apt repo (dl.google.com/linux/chrome/deb); the stable Release lists "Architectures: amd64 arm64" and both ship the same version (151.0.7922.137-1 at time of writing). Mirror arm64 too so Chrome is available on arm64 desktop images, not just amd64. Signed-off-by: Igor Pecovnik --- external/google-chrome.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/google-chrome.conf b/external/google-chrome.conf index 5222bd980d3..1da68c909d4 100644 --- a/external/google-chrome.conf +++ b/external/google-chrome.conf @@ -5,5 +5,5 @@ TARGET=desktop METHOD=aptly INSTALL=google-chrome-stable GLOB="Name (% google-chrome-stable), \$Version (>= 124.0)" -ARCH=amd64 +ARCH=amd64:arm64 REPOSITORY=BS