altcha-server/.goreleaser.yaml

10 lines
144 B
YAML
Raw Permalink Normal View History

2024-09-11 09:54:55 +02:00
project_name: altcha
builds:
- id: altcha
main: ./cmd/altcha
goos:
- linux
goarch:
- amd64
- arm64
- "386"