add suse
This commit is contained in:
parent
de65bdda43
commit
928efe2f61
1 changed files with 5 additions and 0 deletions
5
Justfile
5
Justfile
|
|
@ -17,3 +17,8 @@ build-r-rhel-9 R_VERSION:
|
|||
export PLATFORM=rhel-9; \
|
||||
export R_VERSION={{R_VERSION}}; \
|
||||
make build-r-$PLATFORM
|
||||
|
||||
build-r-opensuse-155 R_VERSION:
|
||||
export PLATFORM=opensuse-155; \
|
||||
export R_VERSION={{R_VERSION}}; \
|
||||
make build-r-$PLATFORM
|
||||
|
|
|
|||
Loading…
Reference in a new issue