Skip to content

Commit

Permalink
Add goos and goarch
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimanyu003 committed Feb 19, 2023
1 parent 3cd6322 commit d67bb93
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ before:
builds:
- main: ./main.go
binary: probe
goos: [ 'linux' ]
goarch: [ 'amd64' ]
# goos: [ 'linux', 'darwin', 'windows' ]
# goarch: [ '386', 'amd64', 'arm64' ]
goos: [ 'linux', 'darwin', 'windows' ]
goarch: [ '386', 'amd64', 'arm64' ]
env:
- CGO_ENABLED=0
ldflags:
Expand Down

0 comments on commit d67bb93

Please sign in to comment.