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: builds:
- env: - env:
- CGO_ENABLED=0 - CGO_ENABLED=0
ignore: goos:
- goos: darwin - linux
goarch: 386 - darwin
- goos: linux goarch:
goarch: arm - amd64
- goos: linux - arm64
goarch: 386
- goos: windows
goarch: arm64
- goos: windows
goarch: 386
archives: archives:
- format: tar.gz - format: tar.gz

View File

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