sillsdev/Ubuntu packaging
Build binary .deb package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| flavor | The name of the distribution, i.e. Ubuntu or Debian. Defaults to `ubuntu`. | no | ubuntu |
| dist | The name of a Ubuntu version, either code name (e.g. jammy) or release (e.g. 22.04) | yes | — |
| platform | The platform to build on. One of `amd64` or `i386`. Defaults to `amd64`. | no | amd64 |
| sourcepackage | The name (and relative path) of the .dsc file | yes | — |
| source_dir | The path to the directory that contains the .dsc file, relative to `$GITHUB_WORKSPACE`. Defaults to `.`. | no | . |
| result_dir | The path to the directory where the built .deb files get copied to, relative to `$GITHUB_WORKSPACE`. Defaults to `artifacts`. | no | artifacts |
| enable_llso | true to enable the llso package repo, otherwise false. | no | true |
| enable_pso | true to enable the pso package repo, otherwise false. | no | true |
| deb_fullname | Full name used for changelog entry | no | SIL GHA Packager |
| deb_email | Email address used for changelog entry | no | undelivered@sil.org |
| prerelease_tag | A pre-release tag to add to the version number | no | "" |
Outputs
no outputs