Skip to content

Commit

Permalink
Added aarch64 to darwin packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Mar 20, 2024
1 parent c8227b5 commit c715b71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-tools/mage/pkgtypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ var OSArchNames = map[string]map[PackageType]map[string]string{
TarGz: map[string]string{
"386": "x86",
"amd64": "x86_64",
"arm64": "aarch64",
},
DMG: map[string]string{
"386": "x86",
Expand Down

0 comments on commit c715b71

Please sign in to comment.