add alpine

This commit is contained in:
Patrick Schratz 2024-08-26 10:27:32 +02:00
commit 6564fd499f
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

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