Skip to content

Commit

Permalink
fix: goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-jacques committed Dec 3, 2024
1 parent 35262f1 commit 60d8d38
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
project_name: ravel
version: 2
builds:
- env: [CGO_ENABLED=0]
- id : ravel
env: [CGO_ENABLED=0]
main: ./cmd/ravel/ravel.go
binary: ravel
goos:
- linux
goarch:
- amd64
- env: [CGO_ENABLED=0]
- id : ravel-proxy
env: [CGO_ENABLED=0]
main: ./cmd/ravel-proxy/ravel.go
binary: ravel-proxy
goos:
Expand Down

0 comments on commit 60d8d38

Please sign in to comment.