File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33source scripts/build/.variables
4+ set -e
45go build -x --ldflags " ${LDFLAGS} " -o _exe/liquidweb-cli github.com/liquidweb/liquidweb-cli
56exit 0
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33source scripts/build/.variables
4+ set -e
45go install -x --ldflags " ${LDFLAGS} "
56echo " "
67echo " liquidweb-cli has been installed, and it should now be in your PATH."
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33source scripts/build/.variables
4+ set -e
45VERSION=${VERSION} GITCOMMIT=${GITCOMMIT} BUILDTIME=${BUILDTIME} goreleaser --snapshot --skip-publish --rm-dist
56exit 0
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33source scripts/build/.variables
4+ set -e
45CGO_ENABLED=0 go build -x -ldflags ' -w -extldflags "-static"' --ldflags " ${LDFLAGS} " -o _exe/liquidweb-cli github.com/liquidweb/liquidweb-cli
56exit 0
You can’t perform that action at this time.
0 commit comments