mirror of
https://github.com/ko-build/ko.git
synced 2025-03-20 20:55:00 +02:00
Build ko for Windows (#339)
Also explicitly build for macOS (darwin), I'm not sure how that was being done before.
This commit is contained in:
parent
29cd8e09e9
commit
de98ea1b9c
@ -14,6 +14,10 @@ builds:
|
|||||||
- -trimpath
|
- -trimpath
|
||||||
ldflags:
|
ldflags:
|
||||||
- "-s -w -X github.com/google/ko/pkg/commands.Version={{.Version}}"
|
- "-s -w -X github.com/google/ko/pkg/commands.Version={{.Version}}"
|
||||||
|
goos:
|
||||||
|
- windows
|
||||||
|
- linux
|
||||||
|
- darwin
|
||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user