mirror of
https://github.com/restic/restic.git
synced 2025-08-12 10:49:41 +00:00
@@ -226,7 +226,7 @@ func buildTargets(sourceDir, outputDir string, targets map[string][]string) {
|
||||
var defaultBuildTargets = map[string][]string{
|
||||
"darwin": []string{"386", "amd64"},
|
||||
"freebsd": []string{"386", "amd64", "arm"},
|
||||
"linux": []string{"386", "amd64", "arm", "arm64"},
|
||||
"linux": []string{"386", "amd64", "arm", "arm64", "ppc64le"},
|
||||
"openbsd": []string{"386", "amd64"},
|
||||
"windows": []string{"386", "amd64"},
|
||||
}
|
||||
|
Reference in New Issue
Block a user