mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 01:39:34 +08:00
remove windows builds for now
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user