File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ jobs:
56
56
with :
57
57
path : build-artifacts/templates.zip
58
58
key : templates-${{ hashFiles('templates/**') }}
59
- - uses : actions/setup-go@v2
59
+ - uses : actions/setup-go@v5
60
60
with :
61
61
go-version : ' ^1.17.x'
62
- - run : GOOS=linux GOARCH=amd64 go build -o build-artifacts/vistecture-linux-amd64 vistecture.go
63
- - run : GOOS=linux GOARCH=arm64 go build -o build-artifacts/vistecture-linux-arm64 vistecture.go
64
- - run : GOOS=windows go build -o build-artifacts/vistecture.exe vistecture.go
62
+ - run : GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o build-artifacts/vistecture-linux-amd64 vistecture.go
63
+ - run : GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o build-artifacts/vistecture-linux-arm64 vistecture.go
64
+ - run : GOOS=windows CGO_ENABLED=0 go build -o build-artifacts/vistecture.exe vistecture.go
65
65
- uses : actions/upload-artifact@v4
66
66
with :
67
67
name : binaries
You can’t perform that action at this time.
0 commit comments