I have an ARM-based virtual machine running Ubuntu 24.04 LTS (GNU/Linux 6.8.0-40-generic aarch64) at a small cloud provider. Today I was not able to install a new package; apt update and apt upgrade failed and gave errors about missing packages.
I tried several mirrors, but they are all missing some packages for Arm64. While manually checking a mirror from my browser, I noticed that all the other folders have a modification date of today.
Why are the Arm64 packages missing? Are they being built as I type this question? When will they be available?
The end of the output of sudo apt update:
Fetched 634 kB in 1s (455 kB/s)
Reading package lists... Done
E: Failed to fetch http://security.ubuntu.com/ubuntu/dists/noble-security/main/binary-arm64/Packages 404 Not Found [IP: 2620:2d:4000:1::103 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble/main/binary-arm64/Packages 404 Not Found [IP: 2620:2d:4000:1::103 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-updates/main/binary-arm64/Packages 404 Not Found [IP: 2620:2d:4000:1::103 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-backports/universe/binary-arm64/Packages 404 Not Found [IP: 2620:2d:4000:1::103 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Screenshot of http://security.ubuntu.com/ubuntu/dists/noble-security/main/ without binary-arm64 folder:
