Commit 499013d
fix: resolve apt 404 errors in goreleaser CI on ubuntu-latest (24.04) (#706)
ubuntu-latest now uses Ubuntu 24.04 where the Azure APT mirror does not
host arm64 packages, causing 404 errors when installing cross-compiler
toolchains. Fix by restricting APT sources to amd64 only before updating
package indexes, using the deb822 format used by Ubuntu 24.04.
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent 34e42fc commit 499013d
1 file changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
50 | 64 | | |
51 | 65 | | |
52 | 66 | | |
| |||
0 commit comments