From ef123774aeb2ed1b311bdca456444eece5098625 Mon Sep 17 00:00:00 2001 From: pat-s Date: Thu, 28 May 2026 15:44:47 +0200 Subject: [PATCH] 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. --- .crow/archive-missed-packages.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.crow/archive-missed-packages.yaml b/.crow/archive-missed-packages.yaml index b1a3a8a..71a5ed6 100644 --- a/.crow/archive-missed-packages.yaml +++ b/.crow/archive-missed-packages.yaml @@ -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' -- 2.54.0