Skip to content

Commit

Permalink
Revert "Add windows build (#118)" (#119)
Browse files Browse the repository at this point in the history
This reverts commit cd3ba34.
  • Loading branch information
dramich committed Feb 29, 2024
1 parent cd3ba34 commit 685eaed
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@ builds:
- arm64
ldflags: *build-ldflags

- id: windows-build
binary: mass
env:
- CGO_ENABLED=0
goos:
- windows
goarch:
- amd64
- arm64
ldflags: *build-ldflags

archives:
- id: linux-archives
builds:
Expand All @@ -50,14 +39,6 @@ archives:
- darwin-build
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"

- id: windows-build
builds:
- windows-build
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
format_overrides:
- goos: windows
format: zip

checksum:
name_template: 'checksums.txt'

Expand Down

0 comments on commit 685eaed

Please sign in to comment.