diff --git a/build/root/install.sh b/build/root/install.sh index 16d722d..6afbf3b 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -9,8 +9,6 @@ RELEASETAG="${1}" # target arch from buildx arg TARGETARCH="${2}" -echo "${TARGETARCH}" -exit 0 if [[ -z "${RELEASETAG}" ]]; then echo "[warn] Release tag name from build arg is empty, exiting script..." exit 1