6 Star 24 Fork 5

KusionStack / Kusion 云原生规模化运维引擎

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.goreleaser_informal.yml 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
# For more information, check the documentation at http://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
- go generate ./pkg/version
builds:
- id: default
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
# ldflags="-s -w" removes the symbol table and debugging information to reduce the size of the release package
ldflags:
- -s
- -w
ignore:
- goos: linux
goarch: arm64
- goos: windows
goarch: arm64
main: .
archives:
- id: default
builds:
- default
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
changelog:
use: github
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
release:
github:
owner: KusionStack
name: kusion
draft: false
footer: |
## Docker Images
* `kusionstack/kusion:{{ .Env.KUSION_VERSION }}`
## Dependent version
* [kcl-go](https://github.com/kcl-lang/kcl-go): `{{ .Env.KCL_GO_VERSION }}`
* [kcl-plugin](https://github.com/kcl-lang/kcl-plugin): `{{ .Env.KCL_PLUGIN_VERSION }}`
dockers:
- use: buildx
goos: linux
goarch: amd64
dockerfile: Dockerfile
image_templates:
- kusionstack/{{ .ProjectName }}:{{ .Tag }}
build_flag_templates:
- "--target=goreleaser"
- "--pull"
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.name={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source={{.GitURL}}"
- "--platform=linux/amd64"
Go
1
https://gitee.com/kusionstack/kusion.git
git@gitee.com:kusionstack/kusion.git
kusionstack
kusion
Kusion 云原生规模化运维引擎
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891