Attempt at adding builds for Fedora 37 and 38
This commit is contained in:
parent
03dbd456d4
commit
6c9247cfea
1 changed files with 498 additions and 2 deletions
|
|
@ -107,3 +107,27 @@ services:
|
|||
image: r-builds:opensuse-154
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
fedora-37:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
- R_VERSION=${R_VERSION}
|
||||
- R_INSTALL_PATH=${R_INSTALL_PATH}
|
||||
- LOCAL_STORE=/tmp/output
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.fedora-37
|
||||
image: r-builds:fedora-37
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
fedora-38:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
- R_VERSION=${R_VERSION}
|
||||
- R_INSTALL_PATH=${R_INSTALL_PATH}
|
||||
- LOCAL_STORE=/tmp/output
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.fedora-38
|
||||
image: r-builds:fedora-38
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
Loading…
Reference in a new issue