We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cebe3d commit f67d01eCopy full SHA for f67d01e
deploy/.goreleaser.yaml
@@ -8,7 +8,7 @@ builds:
8
- id: preflight
9
main: ./cmd/preflight/main.go
10
env: [CGO_ENABLED=0]
11
- goos: [linux, darwin]
+ goos: [linux, darwin, windows]
12
goarch: [amd64, arm, arm64]
13
ignore:
14
- goos: windows
@@ -31,7 +31,7 @@ builds:
31
- id: support-bundle
32
main: ./cmd/troubleshoot/main.go
33
34
35
36
37
0 commit comments