Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dawidd6/action-debian-package
:gear: A GitHub Action for building Debian packages
https://github.com/dawidd6/action-debian-package
action build debian debian-packaging github github-actions package
Last synced: about 1 month ago
JSON representation
:gear: A GitHub Action for building Debian packages
- Host: GitHub
- URL: https://github.com/dawidd6/action-debian-package
- Owner: dawidd6
- License: mit
- Created: 2020-03-25T21:27:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T04:51:43.000Z (4 months ago)
- Last Synced: 2024-12-17T04:04:20.721Z (about 1 month ago)
- Topics: action, build, debian, debian-packaging, github, github-actions, package
- Language: JavaScript
- Homepage:
- Size: 1.82 MB
- Stars: 27
- Watchers: 4
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build Debian package GitHub Action
An action that builds a Debian package from source in a Docker container.
## Usage
See `action.yml` file in this repository for available options.
```yaml
- name: Build Debian package
uses: dawidd6/action-debian-package@v1
```