feat(ci): archive missed packages for redhat-10 and alpine323

The matrix was last updated when redhat-9 and alpine322 were the
newest targets. redhat-10 and alpine323 builds are now wired up
across process-updates and weekly workflows but the daily archive
sweep wasn't catching them, so missed-archive packages on those
platforms never get reconciled.
This commit is contained in:
Patrick Schratz 2026-05-28 15:44:47 +02:00
commit ef123774ae
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -25,6 +25,10 @@ matrix:
ARCH: amd64
- CODENAME: redhat-9
ARCH: arm64
- CODENAME: redhat-10
ARCH: amd64
- CODENAME: redhat-10
ARCH: arm64
- CODENAME: alpine321
ARCH: amd64
- CODENAME: alpine321
@ -33,6 +37,10 @@ matrix:
ARCH: amd64
- CODENAME: alpine322
ARCH: arm64
- CODENAME: alpine323
ARCH: amd64
- CODENAME: alpine323
ARCH: arm64
steps:
- name: 'Archive missed packages'