Commit 10be53c
ci: the two architectures push one at a time
The first run to exercise push-by-digest lost its arm64 leg to a 403 that
reads like a permissions failure and is not one: GHCR answers two simultaneous
pushes to the same package with a secondary rate limit. amd64 went through and
arm64 did not, which is the shape of a throughput limit rather than of a broken
credential.
Both legs push to the same package by construction, so the concurrency was mine
to remove rather than to retry around. A release path that fails intermittently
is worse than one that takes a minute longer.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent be65174 commit 10be53c
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
90 | 99 | | |
91 | 100 | | |
92 | 101 | | |
| |||
0 commit comments