Skip to content

Commit

Permalink
Merge pull request #223 from macedogm/vex-go-build-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaqiluo authored Jan 29, 2025
2 parents d9f278e + 68c77a8 commit 6b60e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module rke-tools
module github.com/rancher/rke-tools

go 1.22

Expand Down
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ cd $(dirname $0)/..

mkdir -p bin
[ "$(uname)" != "Darwin" ] && LINKFLAGS="-extldflags -static -s"
CGO_ENABLED=0 go build -ldflags "-X main.VERSION=$VERSION $LINKFLAGS" -o bin/rke-etcd-backup
CGO_ENABLED=0 go build -ldflags "-X main.VERSION=$VERSION $LINKFLAGS" -o bin/rke-etcd-backup .

0 comments on commit 6b60e56

Please sign in to comment.