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 c0ae09b commit c5e5a8fCopy full SHA for c5e5a8f
Makefile
@@ -448,9 +448,6 @@ all-platforms-docker: all-platforms
448
docker build --build-arg BINARY_PATH=bin/linux/amd64 -f fast.Dockerfile -t manager-amd64 .
449
docker build --build-arg BINARY_PATH=bin/linux/arm64 -f fast.Dockerfile -t manager-arm64 .
450
451
-actions.txt: .github/workflows/ ## List GitHub Action dependencies
452
- ./scripts/list-actions.sh > $@
453
-
454
.PHONY: check-major-version
455
check-major-version: ## Check that VERSION starts with MAJOR_VERSION
456
@VERSION_MAJOR=$$(echo "$(VERSION)" | cut -d. -f1 | sed 's/v//'); \
actions.txt
scripts/list-actions.sh
0 commit comments