aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-05-16 00:58:11 -0700
committerchrislu <chris.lu@gmail.com>2022-05-16 00:58:11 -0700
commitca85b665115cebc062ebfd6d081101bcc9e757b3 (patch)
treed45f6145d7753fd2dd5f633c2bdc76110fac20cd /docker
parent9ff0d9900288a2dc92d3a82256fb3f359be20d3b (diff)
downloadseaweedfs-ca85b665115cebc062ebfd6d081101bcc9e757b3.tar.xz
seaweedfs-ca85b665115cebc062ebfd6d081101bcc9e757b3.zip
fix build
Diffstat (limited to 'docker')
-rw-r--r--docker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Makefile b/docker/Makefile
index c023fc1ae..dbc82fde4 100644
--- a/docker/Makefile
+++ b/docker/Makefile
@@ -13,7 +13,7 @@ build: binary
docker build --no-cache -t chrislusf/seaweedfs:local -f Dockerfile.local .
rm ./weed
-go_build: # make go_build tags=elastic,ydb,gocdk,hdfs,rocksdb,5BytesOffset
+go_build: # make go_build tags=elastic,ydb,gocdk,hdfs,5BytesOffset
docker build --build-arg TAGS=$(tags) --no-cache -t chrislusf/seaweedfs:go_build -f Dockerfile.go_build .
go_build_large_disk: