chore: don't set aws region
This commit is contained in:
parent
7fe793ebc1
commit
f9318439ed
1 changed files with 30 additions and 6 deletions
|
|
@ -47,6 +47,18 @@ services:
|
|||
image: r-builds:alpine-320
|
||||
volumes:
|
||||
- /tmp/alpine-320:/tmp/output/alpine-320
|
||||
alpine-321:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
- R_VERSION=${R_VERSION}
|
||||
- R_INSTALL_PATH=${R_INSTALL_PATH}
|
||||
- LOCAL_STORE=/tmp/output
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.alpine-321
|
||||
image: r-builds:alpine-321
|
||||
volumes:
|
||||
- /tmp/alpine-320:/tmp/output/alpine-320
|
||||
debian-10:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue