remove windows builds for now

This commit is contained in:
Henry Dollman
2024-07-21 17:31:53 -04:00
parent 250752a028
commit ea9a65ad9c
2 changed files with 15 additions and 25 deletions

View File

@@ -9,17 +9,12 @@ before:
builds:
- env:
- CGO_ENABLED=0
ignore:
- goos: darwin
goarch: 386
- goos: linux
goarch: arm
- goos: linux
goarch: 386
- goos: windows
goarch: arm64
- goos: windows
goarch: 386
goos:
- linux
- darwin
goarch:
- amd64
- arm64
archives:
- format: tar.gz

View File

@@ -9,17 +9,12 @@ before:
builds:
- env:
- CGO_ENABLED=0
ignore:
- goos: darwin
goarch: 386
- goos: linux
goarch: arm
- goos: linux
goarch: 386
- goos: windows
goarch: arm64
- goos: windows
goarch: 386
goos:
- linux
- darwin
goarch:
- amd64
- arm64
archives:
- format: tar.gz
@@ -28,9 +23,9 @@ archives:
{{- .Os }}_
{{- .Arch }}
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
# format_overrides:
# - goos: windows
# format: zip
changelog:
disable: true