From 4425904eebc9f332c9cd30dafcf6e7439696a722 Mon Sep 17 00:00:00 2001 From: pat-s Date: Mon, 8 Jun 2026 08:30:38 +0000 Subject: [PATCH] feat(ci): archive missed packages for redhat-10 and alpine323 (#75) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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: https://git.devxy.io/devxy/build-cran-binaries/pulls/75 --- .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 c9e1ce5..bb9ecb4 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'