3 Star 0 Fork 0

mirrors_rancher/ui-plugin-operator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.goreleaser.yaml 756 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: 1
project_name: ui-plugin-operator
before:
hooks:
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
ldflags:
- -s -w -X "github.com/rancher/ui-plugin-operator/pkg/version.Version=v{{ .Version }}" -X "github.com/rancher/ui-plugin-operator/pkg/version.GitCommit={{ .ShortCommit }}"
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
binary: '{{ .ProjectName }}_{{ .Os }}_{{ if (eq .Arch "amd64_v1") }}amd64{{ else }}{{ .Arch }}{{ end }}'
no_unique_dist_dir: true
archives:
- format: binary
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ if (eq .Arch "amd64_v1") }}amd64{{ else }}{{ .Arch }}{{ end }}'
checksum:
name_template: checksums.txt
changelog:
sort: asc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_rancher/ui-plugin-operator.git
git@gitee.com:mirrors_rancher/ui-plugin-operator.git
mirrors_rancher
ui-plugin-operator
ui-plugin-operator
main

搜索帮助