fix goreleaser.yml
This commit is contained in:
parent
db99bfcaa6
commit
a255c1125d
@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
project_name: abra
|
|
||||||
gitea_urls:
|
gitea_urls:
|
||||||
api: https://git.coopcloud.tech/api/v1
|
api: https://git.coopcloud.tech/api/v1
|
||||||
download: https://git.coopcloud.tech/
|
download: https://git.coopcloud.tech/
|
||||||
@ -11,6 +10,7 @@ builds:
|
|||||||
- env:
|
- env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
dir: cmd/abra
|
dir: cmd/abra
|
||||||
|
id: abra
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- darwin
|
- darwin
|
||||||
@ -28,6 +28,7 @@ builds:
|
|||||||
- "-X 'main.Version={{ .Version }}'"
|
- "-X 'main.Version={{ .Version }}'"
|
||||||
- env:
|
- env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
|
id: kadabra
|
||||||
dir: cmd/kadabra
|
dir: cmd/kadabra
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user