Add support for Ubuntu 24.04
This commit is contained in:
parent
49fd6fef5d
commit
111621f79a
1 changed files with 153 additions and 4 deletions
|
|
@ -23,6 +23,18 @@ services:
|
|||
image: r-builds:ubuntu-2204
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
ubuntu-2404:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
- R_VERSION=${R_VERSION}
|
||||
- R_INSTALL_PATH=${R_INSTALL_PATH}
|
||||
- LOCAL_STORE=/tmp/output
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.ubuntu-2404
|
||||
image: r-builds:ubuntu-2404
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
debian-10:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue