make: remove comments I re-added when moving release_containers.mk to release.mk

Signed-off-by: Maël Valais <mael@vls.dev>
This commit is contained in:
Maël Valais 2022-03-16 13:53:42 +01:00
parent 82190e7656
commit 3f8f12a7af

View File

@ -23,10 +23,6 @@ release-artifacts-signed: release-artifacts helm-chart-signature
release: release-signed release-manifests release-containers
$(MAKE) --no-print-directory bin/release/metadata.json
# Set this as an environment variable to enable signing commands using cosign
# Format should be any accepted by cosign; for GCP, use:
# gcpkms://projects/<project>/locations/<location>/keyRings/<keyring>/cryptoKeys/<keyname>/versions/<keyversion>
# CMREL_KEY ?= ""
# Example of how we can generate a SHA256SUMS file and sign it using cosign
#bin/SHA256SUMS: $(wildcard ...)
# @# The patsubst means "all dependencies, but with "bin/" trimmed off the beginning