chore: don't set aws region

This commit is contained in:
Patrick Schratz 2024-12-06 12:02:00 +01:00
commit f9318439ed
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -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: