Mortie Torabi

Results 1 comments of Mortie Torabi

@GuillaumeFalourd You can cross-compile with golang for different architectures: ``` env GOOS=linux GOARCH=arm64 go build -o rit ``` And in the install.sh, this command shows the architecture `$(uname -m)` -...