working commit
This commit is contained in:
+3
-3
@@ -387,8 +387,8 @@ EXTRA_mstorectl_SOURCES = \
|
||||
cmd/mstorectl/imagecmd/imagetags.go \
|
||||
cmd/mstorectl/imagecmd/printresp.go \
|
||||
cmd/mstorectl/imagecmd/gcrimageconf.go \
|
||||
cmd/mstorectl/imagecmd/gcrpullimage.go \
|
||||
cmd/mstorectl/imagecmd/gcrpushimage.go
|
||||
cmd/mstorectl/imagecmd/pullimage.go \
|
||||
cmd/mstorectl/imagecmd/pushimage.go
|
||||
|
||||
mstored_SOURCES = cmd/mstored/main.go
|
||||
EXTRA_mstored_SOURCES = cmd/mstored/starter/starter.go \
|
||||
@@ -1130,7 +1130,7 @@ mstored$(EXEEXT): $(mstored_SOURCES) $(EXTRA_mstored_SOURCES)
|
||||
env CGO_ENABLED=1 $(GO) build $(GOFLAGS) -o mstored$(EXEEXT) $(mstored_SOURCES)
|
||||
|
||||
run: $(mstored_SOURCES)
|
||||
cd cmd/mstored && env CGO_ENABLED=1 $(GO) run . --asDaemon=false
|
||||
cd cmd/mstored && env CGO_ENABLED=1 $(GO) run . --asDaemon=false --port=443
|
||||
\
|
||||
docs/helm-chart-manifest.json.txt \
|
||||
docs/mstore.drawio \
|
||||
|
||||
Reference in New Issue
Block a user