Skip to content

Commit

Permalink
test for targetarch
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Sep 24, 2024
1 parent 86bd416 commit 8ec287e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ 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
Expand Down

0 comments on commit 8ec287e

Please sign in to comment.