Skip to content

Commit b198c00

Browse files
authored
add debian trixie support (#1339)
1 parent 9ef4306 commit b198c00

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GOBIN ?= $$(go env GOPATH)/bin
1818
# | ---------------- | ----------------------------------------- | -------------------------------------------------------------- |
1919
# | amazonlinux | 2, 2023 | |
2020
# | ubuntu | 22.04, 24.04 25.04 | |
21-
# | debian | bullseye-slim, bookworm-slim | |
21+
# | debian | bullseye-slim, bookworm-slim, trixie-slim | |
2222
# | redhatenterprise | 8, 9, 10 | |
2323
# | rockylinux | 8, 9, 10 | |
2424
# | almalinux | 8, 9, 10 | |

Makefile.packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PACKAGE_BUILD ?= 1
1212
PACKAGE_VERSION ?= $(shell echo ${VERSION} | tr -d 'v')
1313
TARBALL_NAME := $(PACKAGE_PREFIX).tar.gz
1414

15-
DEB_DISTROS ?= ubuntu-plucky-25.04 ubuntu-noble-24.04 ubuntu-jammy-22.04 ubuntu-focal-20.04 debian-bookworm-12 debian-bullseye-11
15+
DEB_DISTROS ?= ubuntu-plucky-25.04 ubuntu-noble-24.04 ubuntu-jammy-22.04 ubuntu-focal-20.04 debian-trixie-13 debian-bookworm-12 debian-bullseye-11
1616
DEB_ARCHS ?= arm64 amd64
1717
RPM_DISTROS ?= suse-15-x86_64
1818
RPM_ARCH := x86_64

scripts/packages/package-check.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ UBUNTU=(
6969
DEBIAN=(
7070
debian/pool/agent/n/nginx-agent/nginx-agent_$VERSION~bullseye_arm64.deb
7171
debian/pool/agent/n/nginx-agent/nginx-agent_$VERSION~bookworm_amd64.deb
72+
debian/pool/agent/n/nginx-agent/nginx-agent_$VERSION~trixie_arm64.deb
7273
debian/pool/agent/n/nginx-agent/nginx-agent_$VERSION~bookworm_arm64.deb
7374
debian/pool/agent/n/nginx-agent/nginx-agent_$VERSION~bullseye_amd64.deb
75+
debian/pool/agent/n/nginx-agent/nginx-agent_$VERSION~trixie_amd64.deb
7476
)
7577
AMZN=(
7678
amzn/2023/aarch64/RPMS/nginx-agent-$VERSION.amzn2023.ngx.aarch64.rpm

0 commit comments

Comments
 (0)