mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-30 07:57:59 +08:00
remove GOOS GOARCH
This commit is contained in:
parent
341c73e0fd
commit
dd4a8b6548
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildandrelease.yml
vendored
2
.github/workflows/buildandrelease.yml
vendored
|
|
@ -452,7 +452,7 @@ jobs:
|
|||
go get -v github.com/josephspurrier/goversioninfo
|
||||
go install -v github.com/josephspurrier/goversioninfo/cmd/goversioninfo
|
||||
go generate
|
||||
env CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -tags=gui -ldflags="-X 'main.version=${NETMAKER_VERSION}'" -o build/netclient.exe main.go
|
||||
env CGO_ENABLED=1 go build -tags=gui -ldflags="-X 'main.version=${NETMAKER_VERSION}'" -o build/netclient.exe main.go
|
||||
shell: bash
|
||||
|
||||
- name: Upload netclient windows to Release
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue