feat(ci): archive missed packages for redhat-10 and alpine323 #75
1 changed files with 8 additions and 0 deletions
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.
commit
ef123774ae
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue