feat: add alpine-3.24 build config #5

Merged
pat-s merged 1 commit from feat/alpine-324 into main 2026-06-12 13:46:12 +00:00
Owner

Summary

Adds an alpine-3.24 build configuration, mirroring the existing alpine-3.23 setup.

  • builder/Dockerfile.alpine-324FROM alpine:3.24, OS_IDENTIFIER=alpine-324, copies package.alpine-324
  • builder/package.alpine-324 — nfpm spec (identical to 323)
  • builder/docker-compose.yml — new alpine-324 service
  • Makefile PLATFORMS and Justfile build-r-alpine-324 target
  • .crow/build.yaml — alpine-324 matrix entries (arm64 + amd64), newest-first

Existing alpine-322/323 matrix entries are left intact.

## Summary Adds an `alpine-3.24` build configuration, mirroring the existing `alpine-3.23` setup. - `builder/Dockerfile.alpine-324` — `FROM alpine:3.24`, `OS_IDENTIFIER=alpine-324`, copies `package.alpine-324` - `builder/package.alpine-324` — nfpm spec (identical to 323) - `builder/docker-compose.yml` — new `alpine-324` service - `Makefile` `PLATFORMS` and `Justfile` `build-r-alpine-324` target - `.crow/build.yaml` — alpine-324 matrix entries (arm64 + amd64), newest-first Existing alpine-322/323 matrix entries are left intact.
Mirror the alpine-3.23 setup across the builder Dockerfile/package,
docker-compose service, Makefile/Justfile targets, and the CI matrix.
pat-s merged commit d34684260f into main 2026-06-12 13:46:12 +00:00
pat-s deleted branch feat/alpine-324 2026-06-12 13:46:12 +00:00
pat-s referenced this pull request from a commit 2026-06-12 13:46:13 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
devxy/r-builds!5
No description provided.