File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ VERSION_LDFLAGS="-X github.com/k8snetworkplumbingwg/whereabouts/pkg/version.Vers
4444-X github.com/k8snetworkplumbingwg/whereabouts/pkg/version.ReleaseStatus=${RELEASE_STATUS} "
4545GLDFLAGS=" ${GLDFLAGS} ${VERSION_LDFLAGS} "
4646
47- CGO_ENABLED=0 GOOS=${GOOS} GOARCH=${GOARCH} ${GO} build ${GOFLAGS} -ldflags " ${GLDFLAGS} " -o bin/${cmd} cmd/ ${ cmd} .go
48- CGO_ENABLED=0 GOOS=${GOOS} GOARCH=${GOARCH} ${GO} build ${GOFLAGS} -ldflags " ${GLDFLAGS} " -o bin/ip-control-loop cmd/controlloop/* .go
49- CGO_ENABLED=0 GOOS=${GOOS} GOARCH=${GOARCH} ${GO} build ${GOFLAGS} -ldflags " ${GLDFLAGS} " -o bin/node-slice-controller cmd/nodeslicecontroller/* .go
47+ CGO_ENABLED=0 GOOS=${GOOS} GOARCH=${GOARCH} ${GO} build ${GOFLAGS} -ldflags " ${GLDFLAGS} " -o bin/${cmd} ./ cmd/
48+ CGO_ENABLED=0 GOOS=${GOOS} GOARCH=${GOARCH} ${GO} build ${GOFLAGS} -ldflags " ${GLDFLAGS} " -o bin/ip-control-loop ./ cmd/controlloop/
49+ CGO_ENABLED=0 GOOS=${GOOS} GOARCH=${GOARCH} ${GO} build ${GOFLAGS} -ldflags " ${GLDFLAGS} " -o bin/node-slice-controller ./ cmd/nodeslicecontroller/
5050
You can’t perform that action at this time.
0 commit comments