Skip to content

Commit

Permalink
Merge pull request #24 from tablelandnetwork/avichalp/remove-win-build
Browse files Browse the repository at this point in the history
Update goreleaser config to remove windowns build
  • Loading branch information
avichalp authored Nov 29, 2023
2 parents c1a0412 + 83010f3 commit 1a7c8a0
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,6 @@ builds:
- -trimpath
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.FullCommit}} -X main.date={{.CommitDate}}
- id: basin-windows-amd64
binary: basin
main: ./cmd/basin
goarch:
- amd64
goos:
- windows
env:
- CC=x86_64-w64-mingw32-gcc
- CXX=x86_64-w64-mingw32-g++
flags:
- -trimpath
- -buildmode=exe
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.FullCommit}} -X main.date={{.CommitDate}}

archives:
- id: basin-archive
Expand All @@ -92,13 +77,6 @@ archives:
- basin-linux-amd64
- basin-linux-arm64
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
- id: basin-archive-win
format: zip
files:
- none*
builds:
- basin-windows-amd64
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"

checksum:
disable: true

0 comments on commit 1a7c8a0

Please sign in to comment.