diff --git a/platform.go b/platform.go index 88428bc..6f15a1d 100644 --- a/platform.go +++ b/platform.go @@ -89,6 +89,8 @@ var ( Platforms_1_8 = append(Platforms_1_7, []Platform{ {"linux", "mips", true}, {"linux", "mipsle", true}, + {"linux", "loong64", true}, + {"linux", "riscv64", true}, }...) // no new platforms in 1.9