Skip to content

Commit c114b13

Browse files
rchinchahallyn
authored andcommitted
fix: try a released stacker version
Signed-off-by: Ramkumar Chinchani <[email protected]>
1 parent 64bc8c2 commit c114b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ VERSION_LDFLAGS=-X main.Version=$(MAIN_VERSION)
1212
BATS = $(TOOLS_D)/bin/bats
1313
BATS_VERSION := v1.10.0
1414
STACKER = $(TOOLS_D)/bin/stacker
15-
STACKER_VERSION := v1.0.0
15+
STACKER_VERSION := v1.1.0-erofs
1616
TOOLS_D := $(ROOT)/tools
1717
GOCOVERDIR ?= $(ROOT)
1818

@@ -36,7 +36,7 @@ gotest: $(GO_SRC)
3636

3737
$(STACKER):
3838
mkdir -p $(TOOLS_D)/bin
39-
wget --progress=dot:giga https://github.com/project-stacker/stacker/releases/download/$(STACKER_VERSION)/stacker
39+
wget --progress=dot:giga https://github.com/rchincha/stacker/releases/download/$(STACKER_VERSION)/stacker
4040
chmod +x stacker
4141
cp stacker $(TOOLS_D)/bin/
4242

0 commit comments

Comments
 (0)