Skip to content

Commit

Permalink
chore: fix tap
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Jan 30, 2023
1 parent 45d607d commit 53ac088
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ builds:
- env:
- CGO_ENABLED=0
goos:
- windows
- darwin
- linux
- darwin
- windows
goarch:
- "386"
- amd64
- arm
- arm64
mod_timestamp: '{{ .CommitTimestamp }}'
flags:
Expand Down Expand Up @@ -58,15 +60,8 @@ dockers:
- "--build-arg=VCS_REF={{.FullCommit}}"
- "--platform=linux/arm64/v8"

archives:
- format: binary
format_overrides:
- goos: darwin
format: zip

brews:
- name: cloudping

tap:
owner: estahn
name: homebrew-tap
Expand Down

0 comments on commit 53ac088

Please sign in to comment.