chore: add justfile rule for alpine-321

This commit is contained in:
Patrick Schratz 2024-12-06 11:53:27 +01:00
commit 6aeca46212
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -27,3 +27,8 @@ build-r-alpine-320 R_VERSION:
export PLATFORM=alpine-320; \
export R_VERSION={{R_VERSION}}; \
make build-r-$PLATFORM
build-r-alpine-321 R_VERSION:
export PLATFORM=alpine-321; \
export R_VERSION={{R_VERSION}}; \
make build-r-$PLATFORM