Skip to content

Commit 2213fc3

Browse files
sean-breenAkshay2191
authored andcommitted
[Release] Update package-check.sh (#1437)
* fix typo in sles path, add ubuntu 25.10 questing * fix typo in sles path, add ubuntu 25.10 questing
1 parent a13ac21 commit 2213fc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/packages/package-check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ for alpine_version in "${ALPINE_VERSIONS[@]}"; do
7171
done
7272

7373
UBUNTU=()
74-
UBUNTU_VERSIONS=("jammy" "noble" "plucky")
74+
UBUNTU_VERSIONS=("jammy" "noble" "plucky" "questing")
7575
DEB_ARCH=("amd64" "arm64")
7676
for ubuntu_version in "${UBUNTU_VERSIONS[@]}"; do
7777
for arch in ${DEB_ARCH[@]}; do
@@ -103,7 +103,7 @@ for arch in ${RPM_ARCH[@]}; do
103103
done
104104

105105
SUSE=()
106-
SUSE_VERSIONS=("15", "16")
106+
SUSE_VERSIONS=("15" "16")
107107
for suse_version in "${SUSE_VERSIONS[@]}"; do
108108
SUSE+=("sles/${suse_version}/x86_64/RPMS/nginx-agent-$VERSION.sles${suse_version}.ngx.x86_64.rpm")
109109
done

0 commit comments

Comments
 (0)