mirror of
https://github.com/restic/restic.git
synced 2025-08-15 08:57:27 +00:00
Merge pull request #1603 from jfparis/master
Add support for GOARM parameter when cross compiling
This commit is contained in:
@@ -113,6 +113,8 @@ supply the target OS and platform via the command-line options like this
|
||||
|
||||
$ go run build.go --goos freebsd --goarch 386
|
||||
|
||||
$ go run build.go --goos linux --goarch arm --goarm 6
|
||||
|
||||
The resulting binary is statically linked and does not require any
|
||||
libraries.
|
||||
|
||||
|
Reference in New Issue
Block a user