mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-27 22:12:15 +08:00
udpate
This commit is contained in:
parent
28335cfc45
commit
4e4c49405d
@ -5,7 +5,7 @@
|
||||
.git
|
||||
|
||||
# Ignore build artifacts
|
||||
_output/
|
||||
# _output/
|
||||
logs/
|
||||
|
||||
# Ignore non-essential documentation
|
||||
|
||||
@ -118,7 +118,7 @@ image.build.%: go.build.%
|
||||
@echo $(BIN_DIR)/platforms/$(IMAGE_PLAT)/$(IMAGE)
|
||||
@echo $(TMP_DIR)/$(IMAGE)
|
||||
@cp $(BIN_DIR)/platforms/$(IMAGE_PLAT)/$(IMAGE) $(TMP_DIR)/$(IMAGE)
|
||||
$(eval BUILD_SUFFIX := $(_DOCKER_BUILD_EXTRA_ARGS) --pull -t $(REGISTRY_PREFIX)/$(IMAGE)-$(ARCH):$(VERSION) -f $(TMP_DIR)/$(IMAGE))
|
||||
$(eval BUILD_SUFFIX := $(_DOCKER_BUILD_EXTRA_ARGS) --pull -t $(REGISTRY_PREFIX)/$(IMAGE)-$(ARCH):$(VERSION) -f $(TMP_DIR)/$(IMAGE)/Dockerfile)
|
||||
@if [ $(shell $(GO) env GOARCH) != $(ARCH) ] ; then \
|
||||
echo "==> running if " ; \
|
||||
$(MAKE) image.daemon.verify ;\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user