diff --git a/pkg/plugin/plugin_test.go b/pkg/plugin/plugin_test.go index b81797390..32a34c7e1 100644 --- a/pkg/plugin/plugin_test.go +++ b/pkg/plugin/plugin_test.go @@ -108,6 +108,8 @@ func TestPlatformPrepareCommand(t *testing.T) { osStrCmp = "linux-arm64" } else if os == "linux" && arch == "ppc64le" { osStrCmp = "linux-ppc64le" + } else if os == "linux" && arch == "riscv64" { + osStrCmp = "linux-riscv64" } else if os == "linux" && arch == "s390x" { osStrCmp = "linux-s390x" } else if os == "linux" && arch == "riscv64" {