2020-03-25 22:13:26 +00:00
|
|
|
name: Build Debian package
|
|
|
|
description: Build Debian package from source for selected target release
|
|
|
|
branding:
|
|
|
|
color: red
|
|
|
|
icon: package
|
|
|
|
inputs:
|
|
|
|
directory:
|
|
|
|
description: Directory where Debianized sources live (defaults to current)
|
|
|
|
required: false
|
|
|
|
os:
|
|
|
|
description: '"ubuntu" or "debian" (defaults to "debian")'
|
|
|
|
required: false
|
2020-03-25 21:27:56 +00:00
|
|
|
runs:
|
2020-03-25 22:13:26 +00:00
|
|
|
using: docker
|
|
|
|
image: Dockerfile
|