mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-23 20:29:47 +00:00
0097a23dd9
- Renamed dkms to mach - Copied a few missing pieces from debian build - Added override mechanism for OS Signed-off-by: Andy Neff <andy@visionsystemsinc.com>
13 lines
210 B
YAML
13 lines
210 B
YAML
version: "2.3"
|
|
|
|
services:
|
|
rpm:
|
|
build:
|
|
context: .
|
|
args:
|
|
- OS=${RPM_OS-fedora:27}
|
|
volumes:
|
|
- ..:/src:ro
|
|
- ./RPMS:/root/rpmbuild/RPMS
|
|
- ./SRPMS:/root/rpmbuild/SRPMS
|