mirror of
https://github.com/yannh/kubeconform.git
synced 2026-06-28 16:00:44 +00:00
Add -buildvcs=false to openapi2jsonschema-go build
This commit is contained in:
parent
0f144bb9e6
commit
54ba0c7021
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ local-build:
|
|||
go build -o bin/openapi2jsonschema .
|
||||
|
||||
local-build-static:
|
||||
CGO_ENABLED=0 GOOS=$(shell go env GOOS) GOARCH=$(shell go env GOARCH) GO111MODULE=on go build -trimpath -tags=netgo -ldflags "-extldflags=\"-static\"" -a -o bin/openapi2jsonschema .
|
||||
CGO_ENABLED=0 GOOS=$(shell go env GOOS) GOARCH=$(shell go env GOARCH) GO111MODULE=on go build -trimpath -buildvcs=false -tags=netgo -ldflags "-extldflags=\"-static\"" -a -o bin/openapi2jsonschema .
|
||||
|
||||
# Mount the repo root so scripts/fixtures/ is reachable from the container.
|
||||
docker-test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue