mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 04:45:15 +00:00
building on aix is currently not possible
This commit is contained in:
parent
4e9e2c3229
commit
61042a77a4
@ -233,7 +233,6 @@ func buildTargets(sourceDir, outputDir string, targets map[string][]string) {
|
||||
}
|
||||
|
||||
var defaultBuildTargets = map[string][]string{
|
||||
"aix": {"ppc64"},
|
||||
"darwin": {"amd64", "arm64"},
|
||||
"freebsd": {"386", "amd64", "arm"},
|
||||
"linux": {"386", "amd64", "arm", "arm64", "ppc64le", "mips", "mipsle", "mips64", "mips64le", "riscv64", "s390x"},
|
||||
|
Loading…
Reference in New Issue
Block a user