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