mirror of
https://github.com/ko-build/ko.git
synced 2025-07-15 23:54:17 +02:00
Error if image platform does not match desired (#785)
This commit is contained in:
@ -183,6 +183,7 @@ func TestNewBuilder(t *testing.T) {
|
||||
bo: &options.BuildOptions{
|
||||
BaseImage: baseImage,
|
||||
ConcurrentBuilds: 1,
|
||||
Platforms: []string{"all"},
|
||||
},
|
||||
wantQualifiedImportpath: "ko://github.com/google/ko/test",
|
||||
shouldBuildError: false,
|
||||
|
Reference in New Issue
Block a user