File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
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.7.3
8+ OPERATOR_VERSION =v0.8.0
99
1010ifeq ($(OS ) ,Linux)
1111 BUILD_ALL_FFI = $(MAKE) build_all_ffi_linux
Original file line number Diff line number Diff line change @@ -8,14 +8,12 @@ BASE_DIR=$HOME
88ALIGNED_DIR=" ${ALIGNED_DIR-" $BASE_DIR /.aligned" } "
99ALIGNED_BIN_DIR=" $ALIGNED_DIR /bin"
1010ALIGNED_BIN_PATH=" $ALIGNED_BIN_DIR /aligned"
11- # CURRENT_TAG=$(curl -s -L \
12- # -H "Accept: application/vnd.github+json" \
13- # -H "X-GitHub-Api-Version: 2022-11-28" \
14- # https://api.github.com/repos/yetanotherco/aligned_layer/releases/latest \
15- # | grep '"tag_name":' | awk -F'"' '{print $4}')
16- CURRENT_TAG=v0.6.0
11+ CURRENT_TAG=$( curl -s -L \
12+ -H " Accept: application/vnd.github+json" \
13+ -H " X-GitHub-Api-Version: 2022-11-28" \
14+ https://api.github.com/repos/yetanotherco/aligned_layer/releases/latest \
15+ | grep ' "tag_name":' | awk -F' "' ' {print $4}' )
1716RELEASE_URL=" https://github.com/yetanotherco/aligned_layer/releases/download/$CURRENT_TAG /"
18-
1917ARCH=$( uname -m)
2018
2119if [ " $ARCH " == " x86_64" ]; then
You can’t perform that action at this time.
0 commit comments