Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Container Images] Changes to integrate us with heighliner #519

Closed
wants to merge 29 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
should be install
okdas committed May 6, 2024
commit d6fe763a5192d88d17de2cbc7d5e5fcf98113476
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -841,7 +841,7 @@ trigger_ci: ## Trigger the CI pipeline by submitting an empty commit; See https:

.PHONY: install
install: ## Build and install the binary
go build -mod readonly -tags "" -ldflags "$(ldflags)" ./cmd/poktrolld
go install -mod readonly -tags "" -ldflags "$(ldflags)" ./cmd/poktrolld

.PHONY: ignite_install
ignite_install: ## Install ignite. Used by CI and heighliner.