Skip to content

Commit

Permalink
Merge pull request #55 from junbaor/patch-1
Browse files Browse the repository at this point in the history
support mac with apple chip
  • Loading branch information
yinheli committed Jul 21, 2022
2 parents 80da32f + a63144a commit 306c824
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 306c824

Please sign in to comment.