chore: add justfile rule for alpine-321
This commit is contained in:
parent
5f781176e0
commit
6aeca46212
1 changed files with 5 additions and 0 deletions
5
Justfile
5
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue