File tree Expand file tree Collapse file tree 3 files changed +3695
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3695
-2
lines changed Original file line number Diff line number Diff line change 3232 LDFLAGS+=" -X \"github.com/sap/component-operator-runtime/internal/version.version=${{ github.event.release.tag_name }}\""
3333 LDFLAGS+=" -X \"github.com/sap/component-operator-runtime/internal/version.gitCommit=${{ github.sha }}\""
3434 LDFLAGS+=" -X \"github.com/sap/component-operator-runtime/internal/version.gitTreeState=clean\""
35- GOOS=$os GOARCH=$arch go build -o $file -ldflags "$LDFLAGS" ./clm
35+ CGO_ENABLED=0 GOOS=$os GOARCH=$arch go build -o $file -ldflags "$LDFLAGS" ./clm
3636 done
3737 done
3838
Original file line number Diff line number Diff line change 3232 LDFLAGS+=" -X \"github.com/sap/component-operator-runtime/internal/version.version=${{ github.event.release.tag_name }}\""
3333 LDFLAGS+=" -X \"github.com/sap/component-operator-runtime/internal/version.gitCommit=${{ github.sha }}\""
3434 LDFLAGS+=" -X \"github.com/sap/component-operator-runtime/internal/version.gitTreeState=clean\""
35- GOOS=$os GOARCH=$arch go build -o $file -ldflags "$LDFLAGS" ./scaffold
35+ CGO_ENABLED=0 GOOS=$os GOARCH=$arch go build -o $file -ldflags "$LDFLAGS" ./scaffold
3636 done
3737 done
3838
You can’t perform that action at this time.
0 commit comments