Skip to content

Commit

Permalink
support mac with apple chip
Browse files Browse the repository at this point in the history
  • Loading branch information
junbaor committed Jul 21, 2022
1 parent 80da32f commit a63144a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func Build() error {
func Pack() error {
buildTarget("darwin", "amd64", nil)
buildTarget("darwin", "386", nil)
buildTarget("darwin", "arm64", nil)
buildTarget("freebsd", "amd64", nil)
buildTarget("freebsd", "386", nil)
buildTarget("linux", "amd64", nil)
Expand Down

0 comments on commit a63144a

Please sign in to comment.