ARM64 platform (#386)

This commit is contained in:
Denis Gubanov 2020-04-09 18:14:06 +03:00 committed by GitHub
parent 3ecfd46549
commit aac3b0d919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,7 @@ func (p *Platform) ReleaseBase() string {
var platforms []Platform = []Platform{
{"linux", "amd64", ""},
{"linux", "386", ""},
{"linux", "arm64", ""},
{"darwin", "amd64", ""},
{"darwin", "386", ""},
{"windows", "amd64", ".exe"},