1 Star 0 Fork 0

光明/lux

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.goreleaser.yml 865 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xinzhao Xu 提交于 2023-10-09 15:15 . Add goreleaser action
project_name: lux
env:
- GO111MODULE=on
- CGO_ENABLED=0
before:
hooks:
- go mod download
builds:
- binary: lux
ldflags: -s -w -X github.com/iawia002/lux/app.version={{ .RawVersion }}
goos:
- windows
- darwin
- linux
- freebsd
- openbsd
- netbsd
goarch:
- "386"
- amd64
- arm
- arm64
ignore:
- goos: freebsd
goarch: arm
goarm: 6
- goos: freebsd
goarch: arm64
- goos: openbsd
goarch: arm
goarm: 6
archives:
- name_template: >-
{{ .ProjectName }}_
{{- .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
format: tar.gz
format_overrides:
- goos: windows
format: zip
files:
- none*
wrap_in_directory: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rsgiscn/lux.git
git@gitee.com:rsgiscn/lux.git
rsgiscn
lux
lux
master

搜索帮助