Skip to content

Commit

Permalink
Remove the -tags netgo compile argument in the build-release.sh scr…
Browse files Browse the repository at this point in the history
…ipt for release
  • Loading branch information
mstmdev committed Jul 4, 2022
1 parent b793a84 commit 8a9d8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export GOOS=linux
export GOARCH=amd64

# build gofs
go build -v -tags netgo -o . ./...
go build -v -o . ./...

export GOFS_RELEASE_GO_VERSION=$(go version | awk '{print $3}')
export GOFS_RELEASE_VERSION=$(./gofs -v | awk 'NR==1 {print $3}')
Expand Down

0 comments on commit 8a9d8be

Please sign in to comment.