From 928efe2f61a4f090fabf9de79e923ed5ada2dc51 Mon Sep 17 00:00:00 2001 From: pat-s Date: Tue, 9 Jul 2024 14:46:00 +0200 Subject: [PATCH] add suse --- Justfile | 5 +++++ 1 file changed, 5 insertions(+) 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