We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Did update the Debian releases in 6ea8495
But needs a version tag to build packages. Will do a prerelease.
Sorry, something went wrong.
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?
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
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: