File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff 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 | |
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ PACKAGE_BUILD ?= 1
1212PACKAGE_VERSION ?= $(shell echo ${VERSION} | tr -d 'v')
1313TARBALL_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
1616DEB_ARCHS ?= arm64 amd64
1717RPM_DISTROS ?= suse-15-x86_64
1818RPM_ARCH := x86_64
Original file line number Diff line number Diff line change @@ -69,8 +69,10 @@ UBUNTU=(
6969DEBIAN=(
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)
7577AMZN=(
7678 amzn/2023/aarch64/RPMS/nginx-agent-$VERSION .amzn2023.ngx.aarch64.rpm
You can’t perform that action at this time.
0 commit comments