Add support for Ubuntu 24.04

This commit is contained in:
Greg Lin 2024-04-12 19:21:34 -05:00
commit 111621f79a

View file

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