Add builds for Debian 11

This commit is contained in:
Greg Lin 2021-10-21 08:47:27 -05:00
commit 3a1b8a2a10

View file

@ -56,6 +56,17 @@ services:
image: r-builds:debian-10
volumes:
- ./integration/tmp:/tmp/output
debian-11:
command: ./build.sh
environment:
- R_VERSION=${R_VERSION}
- LOCAL_STORE=/tmp/output
build:
context: .
dockerfile: Dockerfile.debian-11
image: r-builds:debian-11
volumes:
- ./integration/tmp:/tmp/output
centos-7:
command: ./build.sh
environment: