remove native UI elements, update README
This commit is contained in:
18
release.sh
18
release.sh
@ -7,12 +7,16 @@ rm -rf bin
|
||||
|
||||
mkdir bin
|
||||
|
||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
GOOS=linux GOARCH=amd64 go build -o bin/epochcli-linux-amd64
|
||||
tar czvf epochcli-linux-amd64.tar.gz bin/epochcli-linux-amd64
|
||||
elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
GOOS=darwin GOARCH=arm64 go build -o bin/epochcli-darwin-arm64
|
||||
tar czvf epochcli-darwin-arm64.tar.gz bin/epochcli-darwin-arm64
|
||||
fi
|
||||
GOOS=linux GOARCH=amd64 go build -o bin/epochcli-linux-amd64
|
||||
tar czvf epochcli-linux-amd64.tar.gz bin/epochcli-linux-amd64
|
||||
|
||||
GOOS=linux GOARCH=arm64 go build -o bin/epochcli-linux-arm64
|
||||
tar czvf epochcli-linux-arm64.tar.gz bin/epochcli-linux-arm64
|
||||
|
||||
GOOS=darwin GOARCH=arm64 go build -o bin/epochcli-darwin-arm64
|
||||
tar czvf epochcli-darwin-arm64.tar.gz bin/epochcli-darwin-arm64
|
||||
|
||||
GOOS=darwin GOARCH=amd64 go build -o bin/epochcli-darwin-amd64
|
||||
tar czvf epochcli-darwin-amd64.tar.gz bin/epochcli-darwin-amd64
|
||||
|
||||
rm -rf bin
|
Reference in New Issue
Block a user