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:
parent
4c63350f7d
commit
a2196ddc49
1 changed files with 127 additions and 1 deletions
5
Justfile
5
Justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue