Skip to content

Commit f5ab8fc

Browse files
carlosedpLK4D4
authored andcommitted
add riscv64 support
1 parent fc96218 commit f5ab8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/syslist.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package build
66

77
const goosList = "android darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris windows "
8-
const goarchList = "386 amd64 amd64p32 arm armbe arm64 arm64be ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32le ppc s390 s390x sparc sparc64 "
8+
const goarchList = "386 amd64 amd64p32 arm armbe arm64 arm64be ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32le ppc riscv64 s390 s390x sparc sparc64 "

0 commit comments

Comments
 (0)