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

Merged
pat-s merged 1 commit from pr/archive-missed-add-platforms into main 2026-06-08 08:30:39 +00:00
Showing only changes of commit ef123774ae - Show all commits

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.
Patrick Schratz 2026-05-28 15:44:47 +02:00
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'