r-builds/build.sh
2024-08-28 00:31:41 +02:00

29 lines
371 B
Shell

export PLATFORM=ubuntu-2004
export R_VERSION=4.3.3
make build-r-$PLATFORM
export PLATFORM=ubuntu-2204
export R_VERSION=4.3.3
make build-r-$PLATFORM
export PLATFORM=centos-8
export R_VERSION=4.3.3
make build-r-$PLATFORM
export PLATFORM=rhel-9
export R_VERSION=4.3.3
make build-r-$PLATFORM
export PLATFORM=alpine
export R_VERSION=4.3.3
make build-r-$PLATFORM