Skip to content

Commit

Permalink
fix: change docker push
Browse files Browse the repository at this point in the history
Signed-off-by: harlee-x <[email protected]>
  • Loading branch information
harlee-x committed Jul 23, 2024
1 parent cee4089 commit e06252b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefiles/build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ kdp-cli-clean:
kdp-infra-build:
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); \
docker buildx build \
--output=type=$(OUTPUT_TYPE) \
--platform linux/$(TARGETARCH) \
--provenance false \
--build-arg VERSION=$(VERSION) \
Expand Down

0 comments on commit e06252b

Please sign in to comment.