Skip to content

Commit

Permalink
update dockerbuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed May 24, 2023
1 parent fff094e commit 020a022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ cd $(dirname $0)
[ -n "$PUBLIC_PREFIX" ] || PUBLIC_PREFIX=craftmine/server-installer

[ -n "$TAG" ] || { echo 'Error: You must give a env TAG' ; exit 1; }
# TAG=refs/tags/v1.2.0
TAG=$(basename ${TAG})

platforms=(linux/amd64 linux/arm64 linux/arm64/v8)

Expand Down

0 comments on commit 020a022

Please sign in to comment.