diff --git a/magefile.go b/magefile.go index eedd529d..5b3899b2 100644 --- a/magefile.go +++ b/magefile.go @@ -98,6 +98,7 @@ var platforms []Platform = []Platform{ {"linux", "amd64", ""}, {"linux", "386", ""}, {"linux", "arm64", ""}, + {"linux", "mips64le", ""}, {"darwin", "amd64", ""}, {"darwin", "386", ""}, {"windows", "amd64", ".exe"},