mirror of
https://github.com/labring/sealos.git
synced 2026-09-01 15:38:06 +08:00
update gorelease typo locaion (#1695)
* update buildx version Signed-off-by: zzjin <tczzjin@gmail.com> * update go release locaion Signed-off-by: zzjin <tczzjin@gmail.com> Signed-off-by: zzjin <tczzjin@gmail.com>
This commit is contained in:
@@ -58,7 +58,7 @@ go.build.%:
|
||||
|
||||
@echo "===========> Building binary $(COMMAND) $(VERSION) for $(PLATFORM)"
|
||||
@mkdir -p $(BIN_DIR)/$(PLATFORM)
|
||||
|
||||
|
||||
@if [ "$(COMMAND)" == "sealos" ]; then \
|
||||
CGO_ENABLED=1; \
|
||||
CC=x86_64-linux-gnu-gcc; \
|
||||
|
||||
@@ -17,7 +17,7 @@ TEMPLATE := $(ROOT_DIR)/scripts/template/LICENSE
|
||||
.PHONY: license.verify
|
||||
license.verify: tools.verify.addlicense
|
||||
@echo "===========> Verifying the boilerplate headers for all files"
|
||||
@$(TOOLS_DIR)/addlicense -check -ignore **/test/** -f $(TEMPLATE) $(CODE_DIRS)
|
||||
@$(TOOLS_DIR)/addlicense -check -ignore **/test/** -f $(TEMPLATE) $(CODE_DIRS)
|
||||
|
||||
.PHONY: license.add
|
||||
license.add: tools.verify.addlicense
|
||||
|
||||
Reference in New Issue
Block a user