feat: add alpine-3.24 build config

Mirror the alpine-3.23 setup across the builder Dockerfile/package,
docker-compose service, Makefile/Justfile targets, and the CI matrix.
This commit is contained in:
Patrick Schratz 2026-06-12 15:45:39 +02:00
commit a2196ddc49
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -47,3 +47,8 @@ build-r-alpine-323 R_VERSION:
export PLATFORM=alpine-323; \
export R_VERSION={{R_VERSION}}; \
make build-r-$PLATFORM
build-r-alpine-324 R_VERSION:
export PLATFORM=alpine-324; \
export R_VERSION={{R_VERSION}}; \
make build-r-$PLATFORM