mirror of
https://github.com/restic/restic.git
synced 2025-08-23 15:28:08 +00:00
Build darwin/arm64 binaries for Apple M1
This commit is contained in:
@@ -224,7 +224,7 @@ func buildTargets(sourceDir, outputDir string, targets map[string][]string) {
|
||||
// ATTENTION: the list of architectures must be in sync with .github/workflows/tests.yml!
|
||||
var defaultBuildTargets = map[string][]string{
|
||||
"aix": {"ppc64"},
|
||||
"darwin": {"amd64"},
|
||||
"darwin": {"amd64", "arm64"},
|
||||
"freebsd": {"386", "amd64", "arm"},
|
||||
"linux": {"386", "amd64", "arm", "arm64", "ppc64le", "mips", "mipsle", "mips64", "mips64le"},
|
||||
"netbsd": {"386", "amd64"},
|
||||
|
Reference in New Issue
Block a user