summaryrefslogtreecommitdiff
path: root/.github/workflows/docker-debian/debian-dockerfile
AgeCommit message (Collapse)Author
2020-10-25Add github workflow for debian packagingManos Pitsidianakis
Builds can be triggered manually (`workflow_dispatch`) and by pushing a tagged release (`v*.*.*`) - There's a plain build done in an amd64 ubuntu-latest image and tar'ed - There's an amd64 ubuntu-latest deb package - There's an amd64 debian buster deb package made in a docker container Release is defined in the RELEASE_VERSION env var in the workflow configuration but must also be changed in the debian/ metadata.