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 f97684d commit 294fcbaCopy full SHA for 294fcba
make/ark/00_mod.mk
@@ -4,7 +4,7 @@ go_ark_mod_dir := .
4
go_ark_ldflags := \
5
-X $(gomodule_name)/pkg/version.PreflightVersion=$(VERSION) \
6
-X $(gomodule_name)/pkg/version.Commit=$(GITCOMMIT) \
7
- -X $(gomodule_name)/pkg/version.BuildDate=$(shell date "+%F-%T-%Z") \
+ -X $(gomodule_name)/pkg/version.BuildDate=$(shell date "+%F-%T-%Z")
8
9
oci_ark_base_image_flavor := static
10
oci_ark_image_name := quay.io/jetstack/disco-agent
0 commit comments