Add R builds for RHEL 9

This commit is contained in:
Greg Lin 2022-08-08 16:46:27 -05:00
commit 768316ab6f

View file

@ -76,6 +76,17 @@ services:
image: r-builds:centos-8
volumes:
- ./integration/tmp:/tmp/output
rhel-9:
command: ./build.sh
environment:
- R_VERSION=${R_VERSION}
- LOCAL_STORE=/tmp/output
build:
context: .
dockerfile: Dockerfile.rhel-9
image: r-builds:rhel-9
volumes:
- ./integration/tmp:/tmp/output
opensuse-153:
command: ./build.sh
environment: