Skip to content

Commit a5f46d1

Browse files
authored
fix: Add linux_arm64 to default build targets (#1267)
1 parent c53faf4 commit a5f46d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/plugin_package.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ type BuildTarget struct {
4040

4141
var DefaultBuildTargets = []BuildTarget{
4242
{GoOSLinux, GoArchAmd64},
43+
{GoOSLinux, GoArchArm64},
4344
{GoOSWindows, GoArchAmd64},
4445
{GoOSDarwin, GoArchAmd64},
4546
{GoOSDarwin, GoArchArm64},

0 commit comments

Comments
 (0)