Skip to content

Commit

Permalink
goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
dsokolyuk committed Feb 25, 2024
1 parent 21c3dd3 commit 31ca7e2
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
project_name: go-pcap2socks
builds:
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- "386"
- amd64
- arm
- arm64
nfpms:
- maintainer: Daniil Sokolyuk <[email protected]>
description: Sample project.
Expand Down

0 comments on commit 31ca7e2

Please sign in to comment.