diff --git a/internal/brokerpak/reader/reader_test.go b/internal/brokerpak/reader/reader_test.go index c3d5383c2..a9573dceb 100644 --- a/internal/brokerpak/reader/reader_test.go +++ b/internal/brokerpak/reader/reader_test.go @@ -189,6 +189,7 @@ func fakeBrokerpak(opts ...option) string { Platforms: []platform.Platform{ {Os: "linux", Arch: "amd64"}, {Os: "darwin", Arch: "amd64"}, + {Os: "darwin", Arch: "arm64"}, }, ServiceDefinitions: []string{"example-service-definition.yml"}, Parameters: []manifest.Parameter{ diff --git a/pkg/brokerpak/cmd_test.go b/pkg/brokerpak/cmd_test.go index 58e7506ab..e00d1c96a 100644 --- a/pkg/brokerpak/cmd_test.go +++ b/pkg/brokerpak/cmd_test.go @@ -56,6 +56,7 @@ func fakeBrokerpak() (string, error) { Platforms: []platform.Platform{ {Os: "linux", Arch: "amd64"}, {Os: "darwin", Arch: "amd64"}, + {Os: "darwin", Arch: "arm64"}, }, // These resources are stubbed with a local dummy file TerraformVersions: []manifest.TerraformVersion{