Skip to content

Commit

Permalink
fix ee image build
Browse files Browse the repository at this point in the history
Signed-off-by: zwwhdls <[email protected]>
  • Loading branch information
zwwhdls committed Sep 14, 2024
1 parent 04c540b commit af49447
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ JUICEFS_CE_LATEST_VERSION=$(shell curl -fsSL https://api.github.com/repos/juiced
JUICEFS_EE_LATEST_VERSION=$(shell curl -sSL https://juicefs.com/static/juicefs -o juicefs-ee && chmod +x juicefs-ee && ./juicefs-ee version | cut -d' ' -f3)
JFS_CHAN=${JFSCHAN}
JFS_PKG_URL=${JFSPKGURL}
ifeq ($(strip $(JFS_PKG_URL)),)
JFS_PKG_URL := https://static.juicefs.com/release/bin_pkgs/latest_stable_full.tar.gz
endif
JUICEFS_REPO_URL?=https://github.com/juicedata/juicefs
JUICEFS_REPO_REF?=$(JUICEFS_CE_LATEST_VERSION)
MOUNT_TAG=${MOUNTTAG}
Expand Down

0 comments on commit af49447

Please sign in to comment.