mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 10:19:54 +00:00
@@ -8,7 +8,7 @@ builds:
|
|||||||
- id: preflight
|
- id: preflight
|
||||||
main: ./cmd/preflight/main.go
|
main: ./cmd/preflight/main.go
|
||||||
env: [CGO_ENABLED=0]
|
env: [CGO_ENABLED=0]
|
||||||
goos: [linux, darwin]
|
goos: [linux, darwin, windows]
|
||||||
goarch: [amd64, arm, arm64]
|
goarch: [amd64, arm, arm64]
|
||||||
ignore:
|
ignore:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
@@ -31,7 +31,7 @@ builds:
|
|||||||
- id: support-bundle
|
- id: support-bundle
|
||||||
main: ./cmd/troubleshoot/main.go
|
main: ./cmd/troubleshoot/main.go
|
||||||
env: [CGO_ENABLED=0]
|
env: [CGO_ENABLED=0]
|
||||||
goos: [linux, darwin]
|
goos: [linux, darwin, windows]
|
||||||
goarch: [amd64, arm, arm64]
|
goarch: [amd64, arm, arm64]
|
||||||
ignore:
|
ignore:
|
||||||
- goos: windows
|
- goos: windows
|
||||||
|
|||||||
Reference in New Issue
Block a user