Add Fedora 40
This commit is contained in:
parent
e79b3aa00d
commit
ea3b4c23e2
1 changed files with 200 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue