Skip to content

Commit 58131fd

Browse files
authored
Add Debian 13 trixie Support (#1340)
* add debian trixie support * remove trixie test
1 parent e0c1fa3 commit 58131fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GOTIDY = ${GOMOD} tidy
3232
# | ---------------- | ----------------------------------------- | -------------------------------------------------------------- |
3333
# | amazonlinux | 2, 2023 | |
3434
# | ubuntu | 22.04, 24.04 25.04 | |
35-
# | debian | bullseye-slim, bookworm-slim | |
35+
# | debian | bullseye-slim, bookworm-slim, trixie-slim | |
3636
# | redhatenterprise | 8, 9, 10 | |
3737
# | rockylinux | 8, 9, 10 | |
3838
# | almalinux | 8, 9, 10 | |

Makefile.packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GITHUB_PACKAGES_DIR := ./build/github/packages
88
AZURE_PACKAGES_DIR := ./build/azure/packages
99
GPG_PUBLIC_KEY := .key
1010

11-
DEB_DISTROS?=ubuntu-plucky-25.04 ubuntu-noble-24.04 ubuntu-jammy-22.04 debian-bookworm-12 debian-bullseye-11
11+
DEB_DISTROS?=ubuntu-plucky-25.04 ubuntu-noble-24.04 ubuntu-jammy-22.04 debian-trixie-13 debian-bookworm-12 debian-bullseye-11
1212
DEB_ARCHS?=arm64 amd64
1313
RPM_DISTROS?=oraclelinux-8-x86_64 oraclelinux-9-x86_64 oraclelinux-10-x86_64 suse-15-x86_64
1414
RPM_ARCH=x86_64

0 commit comments

Comments
 (0)