Fix execution of tests on riscv64

pull/13613/head
Dirk Müller 9 months ago
parent e7bb860d9a
commit 1170ebc4f8
No known key found for this signature in database

@ -106,6 +106,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 == "windows" && arch == "amd64" {

Loading…
Cancel
Save