mirror of
https://github.com/jayateertha043/goshod.git
synced 2026-07-21 20:11:02 +00:00
Create .goreleaser.yml
This commit is contained in:
parent
1644d39957
commit
2ce821c8b9
1 changed files with 15 additions and 0 deletions
15
.github/workflows/.goreleaser.yml
vendored
Normal file
15
.github/workflows/.goreleaser.yml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
project_name: goshod
|
||||||
|
builds:
|
||||||
|
- env: [CGO_ENABLED=0]
|
||||||
|
goos:
|
||||||
|
- linux
|
||||||
|
- windows
|
||||||
|
- darwin
|
||||||
|
goarch:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
- 386
|
||||||
|
id: "import_disqus_cli"
|
||||||
|
dir: .
|
||||||
|
main: .
|
||||||
Loading…
Add table
Reference in a new issue