external: add arm64 to google-chrome - #485
Merged
Merged
Conversation
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 <igor@armbian.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds arm64 to the
google-chromeexternal repo mirror —ARCH=amd64→ARCH=amd64:arm64.Why
Google now publishes
google-chrome-stablefor arm64 alongside amd64 in its apt repo (dl.google.com/linux/chrome/deb). Verified against the live repo:dists/stable/Release→Architectures: amd64 arm64binary-arm64/Packages→google-chrome-stablepresent, same version as amd64 (151.0.7922.137-1at time of writing)So Chrome can now be mirrored/installed on arm64 desktop images, not just amd64.
Change
(Chrome ships only amd64 + arm64 on Linux — no armhf/riscv64 — so those two are the complete set.) Everything else (repo URL,
google-chrome-stablepackage, version glob>= 124.0,desktoptarget, aptly method,BSrepository) is unchanged.