migrate cross build target from bash script to mage

This commit is contained in:
David Bariod
2020-11-10 14:42:46 +01:00
parent 8ae478eb8a
commit 4b818a50d4
5 changed files with 74 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
// +build ignore
package main
import (
"github.com/magefile/mage/mage"
"os"
)
func main() { os.Exit(mage.Main()) }