-
Notifications
You must be signed in to change notification settings - Fork 72
Debian packages for bookworm #309
Copy link
Copy link
Open
Description
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@v3Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels