2 Star 0 Fork 0

无闻/pgrok

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.goreleaser.pgrokd.yml 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joe Chen 提交于 2023-03-11 10:58 . ci: disable changelog from goreleaser
# Docs: https://goreleaser.com
builds:
- main: ./cmd/pgrokd
binary: pgrokd
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
archives:
- format: tar.gz
wrap_in_directory: false
# this name template makes the OS and Arch compatible with the results of uname.
name_template: >-
pgrokd_{{ .Version }}_{{ .Os }}_{{ .Arch }}
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.pgrokd.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
skip: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/unknwon/pgrok.git
[email protected]:unknwon/pgrok.git
unknwon
pgrok
pgrok
main

搜索帮助