File tree Expand file tree Collapse file tree 4 files changed +7
-14
lines changed
Expand file tree Collapse file tree 4 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,6 @@ jobs:
148148 version : " 9"
149149 - image : " ubuntu"
150150 version : " 24.04"
151- - image : " alpine"
152- version : " 3.19"
153151 - image : " alpine"
154152 version : " 3.20"
155153 - image : " alpine"
@@ -281,11 +279,6 @@ jobs:
281279 plus : " r32"
282280 release : " alpine"
283281 path : " /nginx-plus/agent"
284- - image : " alpine"
285- version : " 3.19"
286- plus : " r31"
287- release : " alpine"
288- path : " /nginx-plus/agent"
289282 - image : " debian"
290283 version : " bookworm"
291284 plus : " r32"
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ GOTIDY = ${GOMOD} tidy
3131# | OS_RELEASE | OS_VERSION | NOTES |
3232# | ---------------- | ----------------------------------------- | -------------------------------------------------------------- |
3333# | amazonlinux | 2, 2023 | |
34- # | ubuntu | 22.04, 24.04 25.04 | |
34+ # | ubuntu | 22.04, 24.04 25.04, 25.10 | |
3535# | debian | bullseye-slim, bookworm-slim, trixie-slim | |
3636# | redhatenterprise | 8, 9, 10 | |
3737# | rockylinux | 8, 9, 10 | |
3838# | almalinux | 8, 9, 10 | |
39- # | alpine | 3.19, 3. 20, 3.21 3.22 | |
39+ # | alpine | 3.20, 3.21 3.22 | |
4040# | oraclelinux | 8, 9, 10 | |
41- # | suse | sle15 | |
41+ # | suse | sle15, sle16 | |
4242# | freebsd | | Not supported |
4343# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
4444OS_RELEASE ?= ubuntu
Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ GITHUB_PACKAGES_DIR := ./build/github/packages
88AZURE_PACKAGES_DIR := ./build/azure/packages
99GPG_PUBLIC_KEY := .key
1010
11- DEB_DISTROS? =ubuntu-plucky-25.04 ubuntu-noble-24.04 ubuntu-jammy-22.04 debian-trixie-13 debian-bookworm-12 debian-bullseye-11
11+ DEB_DISTROS? =ubuntu-questing-25.10 ubuntu- plucky-25.04 ubuntu-noble-24.04 ubuntu-jammy-22.04 debian-trixie-13 debian-bookworm-12 debian-bullseye-11
1212DEB_ARCHS? =arm64 amd64
13- RPM_DISTROS? =oraclelinux-8-x86_64 oraclelinux-9-x86_64 oraclelinux-10-x86_64 suse-15-x86_64
13+ RPM_DISTROS? =oraclelinux-8-x86_64 oraclelinux-9-x86_64 oraclelinux-10-x86_64 suse-15-x86_64 suse-16-x86_64
1414RPM_ARCH =x86_64
1515REDHAT_VERSIONS? =redhatenterprise-8 redhatenterprise-9 redhatenterprise-10
1616REDHAT_ARCHS? =aarch64 x86_64
1717ROCKY_VERSIONS? =rocky-8 rocky-9 rocky-10
1818ROCKY_ARCHS? =aarch64 x86_64
1919FREEBSD_DISTROS? ="FreeBSD:13:amd64" "FreeBSD:14:amd64"
20- APK_VERSIONS? =3.19 3. 20 3.21 3.22
20+ APK_VERSIONS? =3.20 3.21 3.22
2121APK_ARCHS? =aarch64 x86_64
2222ALMA_VERSIONS? =almalinux-8 almalinux-9 almalinux-10
2323ALMA_ARCHS? =aarch64 x86_64
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/nginx/agent/v2
22
33go 1.24.2
44
5- toolchain go1.24.9
5+ toolchain go1.24.11
66
77require (
88 github.com/cenkalti/backoff/v4 v4.2.1 // indirect
You can’t perform that action at this time.
0 commit comments