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 64bc8c2 commit c114b13Copy full SHA for c114b13
Makefile
@@ -12,7 +12,7 @@ VERSION_LDFLAGS=-X main.Version=$(MAIN_VERSION)
12
BATS = $(TOOLS_D)/bin/bats
13
BATS_VERSION := v1.10.0
14
STACKER = $(TOOLS_D)/bin/stacker
15
-STACKER_VERSION := v1.0.0
+STACKER_VERSION := v1.1.0-erofs
16
TOOLS_D := $(ROOT)/tools
17
GOCOVERDIR ?= $(ROOT)
18
@@ -36,7 +36,7 @@ gotest: $(GO_SRC)
36
37
$(STACKER):
38
mkdir -p $(TOOLS_D)/bin
39
- wget --progress=dot:giga https://github.com/project-stacker/stacker/releases/download/$(STACKER_VERSION)/stacker
+ wget --progress=dot:giga https://github.com/rchincha/stacker/releases/download/$(STACKER_VERSION)/stacker
40
chmod +x stacker
41
cp stacker $(TOOLS_D)/bin/
42
0 commit comments