Skip to content

Commit f4e6b4d

Browse files
authored
chore(proxy): use correct naming conventions for proxy artifact (#13832)
Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
1 parent 627604e commit f4e6b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/fetch-proxy

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if ! ghcurl "$releases_url" | jq '.[] | select(.name == "'"$version"'")' > relea
4343
fi
4444

4545
pkgname_legacy=linkerd2-proxy-${version}-${arch}
46-
pkgname_os=linkerd2-proxy-${version}-${arch}-linux
46+
pkgname_os=linkerd2-proxy-${version}-linux-${arch}
4747

4848
# First try to find the Linux-specific package in the release assets
4949
if jq -e '.assets[] | select(.name == "'"${pkgname_os}.tar.gz"'")' release.json > /dev/null; then

0 commit comments

Comments
 (0)