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

Debian packages for bookworm #309

Open
fredj opened this issue Aug 31, 2023 · 3 comments
Open

Debian packages for bookworm #309

fredj opened this issue Aug 31, 2023 · 3 comments

Comments

@fredj
Copy link

fredj commented Aug 31, 2023

Hi,

Would it be possible to create a debian package for the latest debian version ?

I haven't tried but it could as simple as adding:

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e053c3f..dcf3a4b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -59,6 +59,9 @@ jobs:
          - variant: buster
            container: rust:buster
            sudo: null
+         - variant: bookworm
+           container: rust:bookworm
+           sudo: null
     steps:
       - name: Checkout repository
         uses: actions/checkout@v3
@pka
Copy link
Member

pka commented Sep 5, 2023

Did update the Debian releases in 6ea8495

But needs a version tag to build packages. Will do a prerelease.

@pka
Copy link
Member

pka commented Sep 6, 2023

See https://github.com/t-rex-tileserver/t-rex/actions/runs/6093656428 for the status of deb builds.

Is there a budget to work on this?

@fredj
Copy link
Author

fredj commented Sep 6, 2023

no need to spend more time on this, we are only doing proof of concept tests at this stage and don't have a budget.
Thanks @pka

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

No branches or pull requests

2 participants