0 Star 0 Fork 0

吐舌头的鱼/annie

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.goreleaser.yml 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
iawia002 提交于 2020-05-29 20:50 . 0.10.0 [ci skip]
project_name: annie
env:
- GO111MODULE=on
before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
binary: annie
# Disable ldflags: https://github.com/goreleaser/goreleaser/issues/1255
ldflags:
- "-X 'main.aa=aa'"
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
# hooks:
# Please install upx first, https://github.com/upx/upx/releases
# post: compress.bat
# post: ./compress.sh
env_files:
github_token: ./github_token
changelog:
sort: asc
filters:
exclude:
- '^docs'
- '^tests'
- Merge pull request
- Merge branch
archives:
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}_v{{ .Arm }}{{ end }}'
format: tar.gz
format_overrides:
- goos: windows
format: zip
files:
- none*
wrap_in_directory: false
replacements:
amd64: 64-bit
386: 32-bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
openbsd: OpenBSD
netbsd: NetBSD
freebsd: FreeBSD
release:
draft: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/springtyc/annie.git
git@gitee.com:springtyc/annie.git
springtyc
annie
annie
master

搜索帮助