Allow using `go test -c` as build command
Author: k15rCreated Oct 4, 2019Updated Jul 28, 2023
Labelsenhancementhelp wantedlifecycle/frozen
We often use go test -c to create binaries that need to run in a cluster to run their tests inside kubernetes. Currently ko only supports go build as a build command, so for these tests there is currently no way to be applied using ko.
I'd be really glad if a flag would allow me to change the build command.
Source: ko-build/ko