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

## Summary

`archive-missed-packages.yaml`'s matrix was last touched when redhat-9 and alpine322 were the newest targets. redhat-10 and alpine323 builds are now wired up across `process-updates-*` and `weekly-rebuild-missing-*` workflows, but the daily archive sweep wasn't catching them — so missed-archive packages on those platforms accumulate untouched.

Adds the 4 missing entries:

- `redhat-10` × `{amd64, arm64}`
- `alpine323` × `{amd64, arm64}`

Reviewed-on: #75
This commit is contained in:
Patrick Schratz 2026-06-08 08:30:38 +00:00 committed by Patrick Schratz
commit 4425904eeb

View file

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