Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miaoyufei/deb-builder

deb-builder is a debian package builder based on docker image.
https://github.com/miaoyufei/deb-builder

debian debian-packages debian-packaging docker

Last synced: 4 days ago
JSON representation

deb-builder is a debian package builder based on docker image.

Awesome Lists containing this project

README

        

# deb-builder
deb-builder is a debian package builder based on docker image.

## Usage
`docker run --platform platform_string -v source_code_dir:/build --rm yufeim/deb-builder:image_tag`
- platform_string: linux/amd64, linux/arm64
- source_code_dir: place your debian package source code here
- image_tag: ubuntu-focal, ubuntu-jammy, ubuntu-noble