We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee4089 commit e06252bCopy full SHA for e06252b
makefiles/build.mk
@@ -52,6 +52,7 @@ kdp-cli-clean:
52
kdp-infra-build:
53
go build -ldflags "-X kdp/cmd.CliVersion=$(VERSION) -X kdp/cmd.CliGoVersion=$(GO_VERSION) -X kdp/cmd.CliGitCommit=$(GIT_COMMIT) -X \"kdp/cmd.CliBuiltAt=$(BUILD_DATE)\" -X \"kdp/cmd.CliOSArch=$$arch\"" -o ./cmd/output/$(VERSION)/kdp-linux-$(TARGETARCH); \
54
docker buildx build \
55
+ --output=type=$(OUTPUT_TYPE) \
56
--platform linux/$(TARGETARCH) \
57
--provenance false \
58
--build-arg VERSION=$(VERSION) \
0 commit comments