add alpine
This commit is contained in:
parent
2c00a55f5b
commit
6564fd499f
1 changed files with 144 additions and 15 deletions
5
Justfile
5
Justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue