File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ build-%: check-go-version-go
70
70
CGO_ENABLED=0 GOOS=linux go build $(GOFLAGS_VENDOR ) -a -ldflags ' -X main.version=$(REV) -extldflags "-static"' -o ./bin/$* ./cmd/$*
71
71
if [ " $$ ARCH" = " amd64" ]; then \
72
72
CGO_ENABLED=0 GOOS=windows go build $(GOFLAGS_VENDOR ) -a -ldflags ' -X main.version=$(REV) -extldflags "-static"' -o ./bin/$* .exe ./cmd/$* ; \
73
- CGO_ENABLED=0 GOOS=linux GOARCH=ppc64le go build $(GOFLAGS_VENDOR ) -a -ldflags ' -X main.version=$(REV) -extldflags "-static"' -o ./bin/$* -ppc64le ./cmd/$*
73
+ CGO_ENABLED=0 GOOS=linux GOARCH=ppc64le go build $(GOFLAGS_VENDOR ) -a -ldflags ' -X main.version=$(REV) -extldflags "-static"' -o ./bin/$* -ppc64le ./cmd/$* ; \
74
74
fi
75
75
76
76
container-% : build-%
You can’t perform that action at this time.
0 commit comments