Skip to content

Commit

Permalink
Fix Source Location in cp command for repo-server-build target (#2081)
Browse files Browse the repository at this point in the history
Signed-off-by: Akanksha Kumari <akankshakumari393@gmail.com>
  • Loading branch information
akankshakumari393 authored May 31, 2023
1 parent 3a0b3cd commit 38b348a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.kubebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ repo-server-help: ## Display the help regarding building and deloying kopia repo
repo-server-build: ## Build repository server binary.
@$(MAKE) run CMD='-c " \
goreleaser build --id $(REPOSERVER_BIN) --rm-dist --debug --snapshot \
&& cp dist/$(REPOSERVER_BIN)_linux_$(ARCH)/$(REPOSERVER_BIN) bin/$(ARCH)/$(REPOSERVER_BIN) \
&& cp dist/$(REPOSERVER_BIN)_linux_$(ARCH)_*/$(REPOSERVER_BIN) bin/$(ARCH)/$(REPOSERVER_BIN) \
"'

0 comments on commit 38b348a

Please sign in to comment.