Skip to content

Commit

Permalink
Update build-go-riscv64.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieucx authored Aug 8, 2022
1 parent 2353ca0 commit e09a81e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-go-riscv64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ wget "https://go.dev/dl/go1.19.src.tar.gz"
tar -xf go1.19.src.tar.gz
cd go/src
GOOS=linux GOARCH=riscv64 ./bootstrap.bash
cd ../..
mv go go1.19-src
mv go-linux-riscv64-bootstrap go
tar -cJf go1.19.linux-riscv64.tar.xz go/

0 comments on commit e09a81e

Please sign in to comment.