Update openimci.yml (#1610)

* Update openimci.yml

* Update Makefile
This commit is contained in:
Xinwei Xiong
2023-12-26 12:16:55 +08:00
committed by GitHub
parent 7389639f17
commit 47dd6b17f6
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ stop:
## restart: Restart openim (make init configuration file is initialized) ✨
.PHONY: restart
restart: clean stop build init start check
restart: clean stop build start check
## multiarch: Build binaries for multiple platforms. See option PLATFORMS. ✨
.PHONY: multiarch