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: 24 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T04:51:44.000Z (about 1 month ago)
- Last Synced: 2024-10-06T20:07:09.828Z (30 days ago)
- Topics: action, build, debian, debian-packaging, github, github-actions, package
- Language: JavaScript
- Homepage:
- Size: 1.82 MB
- Stars: 24
- 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
```