mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-06 02:20:39 +00:00
Compare commits
1 Commits
v1.8.0
...
codespace-
Author | SHA1 | Date | |
---|---|---|---|
|
4e3ae6403b |
@@ -19,7 +19,7 @@ var DIR, _ = filepath.Abs("./dist")
|
||||
var targets = map[string][]string{
|
||||
"darwin": {"amd64", "arm64"},
|
||||
"freebsd": {"386", "amd64", "arm"},
|
||||
"linux": {"386", "amd64", "arm", "arm64"},
|
||||
"linux": {"386", "amd64", "arm", "arm64", "ppc64le", "mips", "mipsle", "mips64", "mips64le"},
|
||||
"netbsd": {"386", "amd64"},
|
||||
"openbsd": {"386", "amd64"},
|
||||
}
|
||||
|
Reference in New Issue
Block a user