mirror of https://github.com/linkerd/linkerd2.git
chore(proxy): use correct naming conventions for proxy artifact (#13832)
Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
This commit is contained in:
parent
627604ea84
commit
f4e6b4dd78
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue