external: consolidate chromium configs + add armhf/amd64 coverage#448
Merged
igorpecovnik merged 1 commit intomainfrom Apr 14, 2026
Merged
external: consolidate chromium configs + add armhf/amd64 coverage#448igorpecovnik merged 1 commit intomainfrom
igorpecovnik merged 1 commit intomainfrom
Conversation
xtradeb publishes chromium for arm64 + armhf + amd64 from the same PPA. Splitting them into separate per-arch conf files was unnecessary — aptly handles multi-arch in a single ARCH= field. Consolidated layout: chromium-noble.conf ARCH=arm64:armhf:amd64 RELEASE=noble chromium-resolute.conf ARCH=arm64:armhf:amd64 RELEASE=resolute Removed (superseded): chromium-aarch64-noble.conf (arm64-only, noble) chromium-aarch64-resolute.conf (arm64-only, resolute) chromium.conf.disabled (was armhf+amd64 noble; long disabled) Net coverage gain: armhf + amd64 on noble AND resolute, where previously only arm64 had real .deb chromium via apt.armbian.com. This unblocks the desktop YAML's browser slot on every supported desktop arch on those releases.
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.
Summary
xtradeb publishes chromium for
arm64+armhf+amd64from the same PPA, so splitting them into per-arch conf files was unnecessary. Consolidate into one file per release covering all three arches via a single multi-archARCH=field.Net coverage gain
Previously
armhfandamd64chromium sat in a long-disabledchromium.conf.disabled(noble only, never enabled). This brings real, native.debchromium from apt.armbian.com to every supported desktop arch on noble + resolute — soarmbian-config's desktop YAML browser slot gets a working chromium across the matrix instead of falling through to the upstream Ubuntu snap-shim.Files
chromium-noble.confchromium-aarch64-noble.conf,ARCH=arm64:armhf:amd64chromium-resolute.confchromium-aarch64-resolute.conf,ARCH=arm64:armhf:amd64chromium.conf.disabledchromium-noble.conf)Test plan
apt install chromiumresolves to the apt.armbian.com .deb (not a snap-shim)