add alpine
This commit is contained in:
parent
2c00a55f5b
commit
6564fd499f
1 changed files with 144 additions and 15 deletions
7
build.sh
7
build.sh
|
|
@ -20,3 +20,10 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue