riscv64-build.bat 145 B

123456
  1. echo Building openWRT
  2. set GOARCH=riscv64
  3. set GOOS=linux
  4. set CGO_ENABLED=0
  5. go build -ldflags "-s -w" -trimpath
  6. ren "arozos" "arozos_linux_riscv64"