diff --git a/Justfile b/Justfile index 9acf059..8d0a79f 100644 --- a/Justfile +++ b/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