Add Ubuntu 20 support
This commit is contained in:
parent
dc71610429
commit
833b44f315
1 changed files with 107 additions and 3 deletions
|
|
@ -23,6 +23,17 @@ services:
|
|||
image: r-builds:ubuntu-1804
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
ubuntu-2004:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
- R_VERSION=${R_VERSION}
|
||||
- LOCAL_STORE=/tmp/output
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.ubuntu-2004
|
||||
image: r-builds:ubuntu-2004
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
debian-9:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue