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.
linux_arm64
1 parent c53faf4 commit a5f46d1Copy full SHA for a5f46d1
plugin/plugin_package.go
@@ -40,6 +40,7 @@ type BuildTarget struct {
40
41
var DefaultBuildTargets = []BuildTarget{
42
{GoOSLinux, GoArchAmd64},
43
+ {GoOSLinux, GoArchArm64},
44
{GoOSWindows, GoArchAmd64},
45
{GoOSDarwin, GoArchAmd64},
46
{GoOSDarwin, GoArchArm64},
0 commit comments