1
0
mirror of https://github.com/ko-build/ko.git synced 2025-03-17 20:47:51 +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:
Jason Hall 2021-04-28 14:58:06 -04:00 committed by GitHub
parent 29cd8e09e9
commit de98ea1b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,10 @@ builds:
- -trimpath
ldflags:
- "-s -w -X github.com/google/ko/pkg/commands.Version={{.Version}}"
goos:
- windows
- linux
- darwin
goarch:
- amd64
- arm64