-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01fce26
commit 072e9e8
Showing
7 changed files
with
162 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
##@ shortcuts helpers | ||
|
||
.PHONY: build | ||
build: prereqs fmt lint test vendors compile ## Test and Build ebpf agent | ||
|
||
.PHONY: build-image | ||
build-image: image-build ## Build MULTIARCH_TARGETS images | ||
|
||
.PHONY: push-image | ||
push-image: image-push ## Push MULTIARCH_TARGETS images | ||
|
||
.PHONY: build-manifest | ||
build-manifest: manifest-build ## Build MULTIARCH_TARGETS manifest | ||
|
||
.PHONY: push-manifest | ||
push-manifest: manifest-push ## Push MULTIARCH_TARGETS manifest | ||
|
||
.PHONY: images | ||
images: image-build image-push manifest-build manifest-push ## Build and push MULTIARCH_TARGETS images and related manifest | ||
|
||
.PHONY: build-ci-manifest | ||
build-ci-manifest: ci-manifest-build ## Build CI manifest | ||
|
||
.PHONY: push-ci-manifest | ||
push-ci-manifest: ci-manifest-push ## Push CI manifest | ||
|
||
.PHONY: ci-manifest | ||
ci-manifest: ci-manifest-build ci-manifest-push ## Build and push CI manifest | ||
|
||
.PHONY: ci | ||
ci: images ci-manifest ## Build and push CI images and manifest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.