Skip to content

Commit

Permalink
Fix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Plessis authored and Benoit Plessis committed Nov 22, 2022
1 parent d7c41cb commit 24d7671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ builds:
id: udp
binary: udp
dir: cmd/udp/
main: main.go
env:
- CGO_ENABLED=0
goos:
Expand All @@ -23,6 +24,7 @@ builds:
id: tcp
binary: tcp
dir: cmd/tcp/
main: main.go
env:
- CGO_ENABLED=0
goos:
Expand Down

0 comments on commit 24d7671

Please sign in to comment.