mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-12 04:13:50 +00:00
14 lines
251 B
YAML
14 lines
251 B
YAML
name: 'rpmbuild'
|
|
description: 'Build RPM from spec file and source code'
|
|
author: 'Naveenraj M'
|
|
|
|
inputs:
|
|
spec_file:
|
|
description: 'path to the spec file'
|
|
required: true
|
|
default: '*.spec'
|
|
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|