Add Fedora 40

This commit is contained in:
Gábor Csárdi 2024-05-12 12:41:02 +02:00
commit ea3b4c23e2

View file

@ -143,3 +143,15 @@ services:
image: r-builds:fedora-39
volumes:
- ./integration/tmp:/tmp/output
fedora-40:
command: ./build.sh
environment:
- R_VERSION=${R_VERSION}
- R_INSTALL_PATH=${R_INSTALL_PATH}
- LOCAL_STORE=/tmp/output
build:
context: .
dockerfile: Dockerfile.fedora-40
image: r-builds:fedora-40
volumes:
- ./integration/tmp:/tmp/output