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 3ecfd46 commit aac3b0dCopy full SHA for aac3b0d
magefile.go
@@ -97,6 +97,7 @@ func (p *Platform) ReleaseBase() string {
97
var platforms []Platform = []Platform{
98
{"linux", "amd64", ""},
99
{"linux", "386", ""},
100
+ {"linux", "arm64", ""},
101
{"darwin", "amd64", ""},
102
{"darwin", "386", ""},
103
{"windows", "amd64", ".exe"},
0 commit comments