-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apt update
fails on Ubuntu 24.04 if arm64 is enabled
#10901
Comments
Hi @Ravbug , We're working on it , we will share the latest informational ASAP. thank you ! |
Hi @Ravbug , We were able to reproduce the error at our end. Apparently the Have raised a bug report with ubuntu for the missing package. Here is a screen shot from the azure archive url showing the missing package path - |
@subir0071 Unfortunately changing my URLs did not work.
Looks like it's still trying to go to |
Description
apt update
fails with 404 errors on the Ubuntu 24.04 runner when adding ARM64 as an allowed architecture. It works correctly on the Ubuntu 22.04 runner and my local 24.04 VM. I cannot use the older Ubuntu runner because I need the gcc-13 cross compiler which is only available on the 24.04 runner. The error is 100% repeatable.Platforms affected
Runner images affected
Image version and build link
Image: ubuntu-24.04
Version: 20241016.1.0
Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20241016.1/images/ubuntu/Ubuntu2404-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20241016.1
Is it regression?
Image: ubuntu-22.04 Version: 20240922.1.0 Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240922.1/images/ubuntu/Ubuntu2204-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240922.1
Expected behavior
apt update
should succeed, like it does when arm64 packages are not enabled.Actual behavior
apt update
fails with 404 errors:Example of it failing: https://github.com/RavEngine/Samples/actions/runs/11644598134/job/32426671409
Repro steps
sudo dpkg --add-architecture arm64
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
The text was updated successfully, but these errors were encountered: