Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add building debian package to github actions #1024

Closed
wants to merge 1 commit into from

Conversation

boydjohnson
Copy link

This commit modifies the Makefile to have a new command

make release-linux-musl-deb

that packages a deb package and copies it to ./release/

I have tested in two docker containers that the debian package installs and works(AFAICT) on ubuntu:bionic and debian:buster.

This pull request fixes #1018.

I followed the checklist:

  • n/a I added unittests
  • [ y] I ran make check without errors
  • [ y] I tested the overall application
  • n/a I added an appropriate item to the changelog

This commit modifies the Makefile to have a new command

make release-linux-musl-deb

that packages a deb package and copies it to ./release/
@boydjohnson boydjohnson marked this pull request as draft December 1, 2021 13:24
@extrawurst
Copy link
Collaborator

@boydjohnson can we integrate that step into every CI run too, just to make sure it keeps working?

@extrawurst
Copy link
Collaborator

@boydjohnson so is this dead? please close if so

@boydjohnson boydjohnson closed this Dec 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation guide for Ubuntu/Debian
2 participants