release: GoReleaser Pro v2.18.1 发布配置
Release 镜像 / 测试(推送前置门禁) (push) Successful in 58s
Release 镜像 / 多架构构建并推送 ACR (push) Failing after 3s

- .goreleaser.yaml:5 平台二进制(linux/darwin/windows × amd64/arm64)+
  tar.gz/zip 双格式归档 + 双架构 Docker 镜像(ACR registry.cn-hangzhou.aliyuncs.com/skymirror/fileshare)
  + 多架构 manifest(版本号 + latest)+ Gitea Release 发布
- main.go:APP_VERSION 从 const 改 var,支持 -ldflags -X 注入发布版本;
  新增 BuildCommit/BuildDate 注入点
- dist/ 加入 .gitignore
This commit is contained in:
2026-09-08 02:28:41 +08:00
parent 157db0e9e5
commit 80588a70dd
3 changed files with 194 additions and 2 deletions
+1
View File
@@ -35,3 +35,4 @@ deploy/.env
# 会话/协作目录(工具私有,非项目源码)
.agent-teams/
dist/