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:
zzjin
2022-09-04 23:29:14 +08:00
committed by GitHub
parent ea903b3181
commit f8fd39ae65
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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; \
+1 -1
View File
@@ -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