Add R builds for openSUSE 15.4/SLES 15 SP4
This commit is contained in:
parent
979efa5b32
commit
f8392bdea8
1 changed files with 233 additions and 5 deletions
|
|
@ -98,3 +98,14 @@ services:
|
|||
image: r-builds:opensuse-153
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
opensuse-154:
|
||||
command: ./build.sh
|
||||
environment:
|
||||
- R_VERSION=${R_VERSION}
|
||||
- LOCAL_STORE=/tmp/output
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.opensuse-154
|
||||
image: r-builds:opensuse-154
|
||||
volumes:
|
||||
- ./integration/tmp:/tmp/output
|
||||
|
|
|
|||
Loading…
Reference in a new issue