Add support for Debian 12
This commit is contained in:
parent
af8b2e5c3c
commit
6a56d0aa9f
1 changed files with 141 additions and 3 deletions
|
|
@ -59,6 +59,18 @@ services:
|
|||
image: r-builds:debian-11
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
debian-12:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
- R_VERSION=${R_VERSION}
|
||||
- R_INSTALL_PATH=${R_INSTALL_PATH}
|
||||
- LOCAL_STORE=/tmp/output
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.debian-12
|
||||
image: r-builds:debian-12
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
centos-7:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue