Skip to content

Commit

Permalink
First attempt at packaging for Debian 12 Bookworm.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Sep 26, 2023
1 parent c36d1b9 commit f66f249
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ depends = "$auto, passwd"

[package.metadata.deb.variants.debian-bullseye]

[package.metadata.deb.variants.debian-bookworm]

# Cross compilation variants:
# Note: we have to specifiy dependencies manually because we don't run cargo-deb
# on the target platform and so it cannot determine the dependencies correctly
Expand Down
1 change: 1 addition & 0 deletions pkg/rules/packages-to-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ image:
- "debian:stretch" # debian/9
- "debian:buster" # debian/10
- "debian:bullseye" # debian/11
- "debian:bookworm" # debian/12
- "centos:7"
- "rockylinux:8" # compatible with EOL centos:8
target:
Expand Down
1 change: 1 addition & 0 deletions pkg/rules/packages-to-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ image:
- "debian:stretch" # debian/9
- "debian:buster" # debian/10
- "debian:bullseye" # debian/11
- "debian:bookworm" # debian/12
- "centos:7"
- "rockylinux:8" # compatible with EOL centos:8
target:
Expand Down

0 comments on commit f66f249

Please sign in to comment.