diff --git a/build.sh b/build.sh index e68b938..ccbcad6 100755 --- a/build.sh +++ b/build.sh @@ -23,7 +23,7 @@ apk --no-cache add "${pkg_build[@]}" "${pkg_img[@]}" function get_asset_url() { curl -sSfL "https://api.github.com/repos/${1}/releases/latest" | jq -r '.assets | .[] | .browser_download_url' | - grep -E 'linux.*amd64' + grep -E 'linux.*amd64.tar.gz' } # Download latest release of inner-runner