We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543e7c6 commit b6d2b70Copy full SHA for b6d2b70
scripts/packages/package-check.sh
@@ -71,7 +71,7 @@ for alpine_version in "${ALPINE_VERSIONS[@]}"; do
71
done
72
73
UBUNTU=()
74
-UBUNTU_VERSIONS=("jammy" "noble" "plucky")
+UBUNTU_VERSIONS=("jammy" "noble" "plucky" "questing")
75
DEB_ARCH=("amd64" "arm64")
76
for ubuntu_version in "${UBUNTU_VERSIONS[@]}"; do
77
for arch in ${DEB_ARCH[@]}; do
@@ -103,7 +103,7 @@ for arch in ${RPM_ARCH[@]}; do
103
104
105
SUSE=()
106
-SUSE_VERSIONS=("15", "16")
+SUSE_VERSIONS=("15" "16")
107
for suse_version in "${SUSE_VERSIONS[@]}"; do
108
SUSE+=("sles/${suse_version}/x86_64/RPMS/nginx-agent-$VERSION.sles${suse_version}.ngx.x86_64.rpm")
109
0 commit comments