mirror of
https://github.com/restic/restic.git
synced 2025-08-23 17:28:02 +00:00
Synchronize OS and architectures for testing
This commit is contained in:
@@ -222,11 +222,14 @@ func buildTargets(sourceDir, outputDir string, targets map[string][]string) {
|
||||
}
|
||||
|
||||
var defaultBuildTargets = map[string][]string{
|
||||
"aix": {"ppc64"},
|
||||
"darwin": {"amd64"},
|
||||
"freebsd": {"386", "amd64", "arm"},
|
||||
"linux": {"386", "amd64", "arm", "arm64", "ppc64le"},
|
||||
"netbsd": {"386", "amd64"},
|
||||
"openbsd": {"386", "amd64"},
|
||||
"windows": {"386", "amd64"},
|
||||
"solaris": {"amd64"},
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
Reference in New Issue
Block a user