Skip to content

Commit

Permalink
Revert "goreleaser: Separate out macos build"
Browse files Browse the repository at this point in the history
This reverts commit 0f9594c.
  • Loading branch information
vHanda committed May 10, 2022
1 parent 0f9594c commit 3166ca5
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,12 @@ before:
- go mod tidy
- go generate ./...
builds:
- binary: git-auto-sync
id: git-auto-sync
env:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
goarch:
- amd64
- arm
- arm64

# Macos build needs to be built on macos
# https://github.com/rjeczalik/notify/issues/177
- binary: git-auto-sync
id: git-auto-sync-macos
goos:
- darwin
goarch:
- amd64

archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 3166ca5

Please sign in to comment.