From 6aeca46212eb6832337c5c70fbb65c846d965636 Mon Sep 17 00:00:00 2001 From: pat-s Date: Fri, 6 Dec 2024 11:53:27 +0100 Subject: [PATCH] chore: add justfile rule for alpine-321 --- Justfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Justfile b/Justfile index f0872a2..bc2d392 100644 --- a/Justfile +++ b/Justfile @@ -27,3 +27,8 @@ build-r-alpine-320 R_VERSION: export PLATFORM=alpine-320; \ export R_VERSION={{R_VERSION}}; \ make build-r-$PLATFORM + +build-r-alpine-321 R_VERSION: + export PLATFORM=alpine-321; \ + export R_VERSION={{R_VERSION}}; \ + make build-r-$PLATFORM