mirror of
https://github.com/ko-build/ko.git
synced 2025-11-06 09:19:12 +02:00
Use GOOS/GOARCH from base image (#77)
This commit is contained in:
@@ -102,7 +102,7 @@ func TestGoBuildIsSupportedRefWithModules(t *testing.T) {
|
||||
}
|
||||
|
||||
// A helper method we use to substitute for the default "build" method.
|
||||
func writeTempFile(s string, _ bool) (string, error) {
|
||||
func writeTempFile(s string, _ v1.Platform, _ bool) (string, error) {
|
||||
tmpDir, err := ioutil.TempDir("", "ko")
|
||||
if err != nil {
|
||||
return "", err
|
||||
|
||||
Reference in New Issue
Block a user