apt_dpkg: arm64 is available on http://archive.ubuntu.com since questing#622
Open
bdrung wants to merge 1 commit into
Open
apt_dpkg: arm64 is available on http://archive.ubuntu.com since questing#622bdrung wants to merge 1 commit into
bdrung wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #622 +/- ##
=======================================
Coverage 84.39% 84.39%
=======================================
Files 106 106
Lines 21050 21056 +6
Branches 3223 3224 +1
=======================================
+ Hits 17765 17771 +6
Misses 2802 2802
Partials 483 483 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The arm64 package archive is available on archive.ubuntu.com since Ubuntu 25.10 "questing". So use this repository if available. Bug: https://launchpad.net/bugs/2150685
afdb332 to
ddb1074
Compare
Hyask
approved these changes
Jul 2, 2026
Hyask
left a comment
Contributor
There was a problem hiding this comment.
I've left a comment and will let you decide the course of action. Wait? Anticipate? Leave it?
| """Check if arch plus dist is available on http://archive.ubuntu.com.""" | ||
| if arch == "arm64": | ||
| # arm64 is available on http://archive.ubuntu.com starting from questing on | ||
| return dist not in {"trusty", "xenial", "bionic", "focal", "jammy", "noble"} |
Contributor
There was a problem hiding this comment.
jammy and noble are very very soon going to be copied to archive.u.c as well (possibly actually happening right now). Not blocking the approval on that though.
Member
Author
There was a problem hiding this comment.
Then let's wait for that since https://ports.ubuntu.com/ still provides arm64 for stonking. So there is no time pressure.
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.
The arm64 package archive is available on archive.ubuntu.com since Ubuntu 25.10 "questing". So use this repository if available.
Bug: https://launchpad.net/bugs/2150685