We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627604e commit f4e6b4dCopy full SHA for f4e6b4d
bin/fetch-proxy
@@ -43,7 +43,7 @@ if ! ghcurl "$releases_url" | jq '.[] | select(.name == "'"$version"'")' > relea
43
fi
44
45
pkgname_legacy=linkerd2-proxy-${version}-${arch}
46
-pkgname_os=linkerd2-proxy-${version}-${arch}-linux
+pkgname_os=linkerd2-proxy-${version}-linux-${arch}
47
48
# First try to find the Linux-specific package in the release assets
49
if jq -e '.assets[] | select(.name == "'"${pkgname_os}.tar.gz"'")' release.json > /dev/null; then
0 commit comments