1 Star 0 Fork 0

pipego/plugin-fetch

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.goreleaser.yml 1.00 KB
Copy Edit Raw Blame History
Jia authored 2022-06-02 15:41 +08:00 . feat(build): add support for multiple builds
---
builds:
- id: plugin-fetch-test
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- amd64
dir: .
main: main.go
binary: plugin-fetch-test
flags:
- -trimpath
ldflags: -s -w -X config.Build={{.Date}} -X config.Version={{.Version}}
- id: fetch-localhost
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- amd64
dir: plugin
main: localhost.go
binary: fetch-localhost
flags:
- -trimpath
ldflags: -s -w -X config.Build={{.Date}} -X config.Version={{.Version}}
- id: fetch-metalflow
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- amd64
dir: plugin
main: metalflow.go
binary: fetch-metalflow
flags:
- -trimpath
ldflags: -s -w -X config.Build={{.Date}} -X config.Version={{.Version}}
changelog:
sort: asc
filters:
exclude:
- Merge pull request
- Merge branch
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/pipego/plugin-fetch.git
git@gitee.com:pipego/plugin-fetch.git
pipego
plugin-fetch
plugin-fetch
main

Search