build: publish workflow
This commit is contained in:
17
.goreleaser.yaml
Normal file
17
.goreleaser.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
builds:
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
- linux
|
||||
- darwin
|
||||
goarch:
|
||||
- amd64
|
||||
- arm64
|
||||
main: ./cmd/main.go
|
||||
|
||||
archives:
|
||||
- files:
|
||||
- "*.json"
|
||||
- images/*
|
||||
- codapi.service
|
||||
- LICENSE
|
||||
Reference in New Issue
Block a user