Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
laktak committed Nov 27, 2024
1 parent 471e7f8 commit a3af97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/xbuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rm -f dist/*
build() {
echo "- $1-$2"
rm -f dist/chkbit
CGO_ENABLED=0 GOOS="$1" GOARCH="$2" go build -o dist -ldflags="-X main.appVersion=$version" ./cmd/chkbit
GOOS="$1" GOARCH="$2" go build -o dist -ldflags="-X main.appVersion=$version" ./cmd/chkbit

pushd dist

Expand Down

0 comments on commit a3af97f

Please sign in to comment.