chore(proxy): use correct naming conventions for proxy artifact (#13832)

Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
This commit is contained in:
Zahari Dichev 2025-03-19 16:05:31 +02:00 committed by GitHub
parent 627604ea84
commit f4e6b4dd78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if ! ghcurl "$releases_url" | jq '.[] | select(.name == "'"$version"'")' > relea
fi fi
pkgname_legacy=linkerd2-proxy-${version}-${arch} pkgname_legacy=linkerd2-proxy-${version}-${arch}
pkgname_os=linkerd2-proxy-${version}-${arch}-linux pkgname_os=linkerd2-proxy-${version}-linux-${arch}
# First try to find the Linux-specific package in the release assets # First try to find the Linux-specific package in the release assets
if jq -e '.assets[] | select(.name == "'"${pkgname_os}.tar.gz"'")' release.json > /dev/null; then if jq -e '.assets[] | select(.name == "'"${pkgname_os}.tar.gz"'")' release.json > /dev/null; then