File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ OS := $(shell uname -s)
55CONFIG_FILE? =config-files/config.yaml
66AGG_CONFIG_FILE? =config-files/config-aggregator.yaml
77
8- OPERATOR_VERSION =v0.1.6
8+ OPERATOR_VERSION =v0.2.1
99
1010ifeq ($(OS ) ,Linux)
1111 BUILD_ALL_FFI = $(MAKE) build_all_ffi_linux
@@ -415,7 +415,7 @@ build_binaries:
415415 @go build -o ./aggregator/build/aligned-aggregator ./aggregator/cmd/main.go
416416 @echo " Aggregator built into /aggregator/build/aligned-aggregator"
417417 @echo " Building aligned layer operator..."
418- @go build -o ./operator/build/aligned-operator ./operator/cmd/main.go
418+ @go build -ldflags " -X main.Version= $( OPERATOR_VERSION ) " - o ./operator/build/aligned-operator ./operator/cmd/main.go
419419 @echo " Aligned layer operator built into /operator/build/aligned-operator"
420420
421421__SP1_FFI__ : # #
You can’t perform that action at this time.
0 commit comments