Skip to content

Commit d562ad5

Browse files
committed
Add linux-arm64 to GoZip step (#4280)
1 parent fbec627 commit d562ad5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/BuildSteps.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ public static void AddGoZip()
735735
{ "win-x86", ("windows", "386") },
736736
{ "win-arm64", ("windows", "arm64") },
737737
{ "win-x64", ("windows", "amd64") },
738+
{ "linux-arm64", ("linux", "arm64") },
738739
{ "linux-x64", ("linux", "amd64") },
739740
{ "osx-arm64", ("darwin", "arm64") },
740741
{ "osx-x64", ("darwin", "amd64") }

0 commit comments

Comments
 (0)