We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f721f97 commit 996bd61Copy full SHA for 996bd61
libs/flux/build.go
@@ -66,6 +66,8 @@ func (t Target) DetermineCargoTarget(logger *zap.Logger) string {
66
return "s390x-unknown-linux-gnu"
67
case t.OS == "darwin" && t.Arch == "amd64":
68
return "x86_64-apple-darwin"
69
+ case t.OS == "darwin" && t.Arch == "arm64":
70
+ return "aarch64-apple-darwin"
71
case t.OS == "windows" && t.Arch == "amd64":
72
return "x86_64-pc-windows-gnu"
73
default:
0 commit comments