magefile / mage

a Make/rake-like dev tool using Go
https://magefile.org
Apache License 2.0
4.01k stars 250 forks source link

missing macosx arm64 build for 1.15.0 #467

Open drmaples opened 1 year ago

drmaples commented 1 year ago

i use asdf to install mage and i noticed that 1.15.0 is not able to be installed on my m1 mac. prior versions work fine

➜  asdf install mage 1.15.0
mkdir: /Users/darrell/.asdf/downloads/mage/1.15.0: File exists
* Downloading mage release https://github.com/magefile/mage/releases/tag/v1.15.0
* https://github.com/magefile/mage/releases/download/v1.15.0/mage_1.15.0_macOS-arm64.tar.gz
curl: (22) The requested URL returned error: 404
asdf-mage: Could not download https://github.com/magefile/mage/releases/download/v1.15.0/mage_1.15.0_macOS-arm64.tar.gz
drmaples commented 1 year ago

@natefinch the .goreleaser.yml has not changed in quite some time, any ideas how the macOS-ARM64 binary got missed for 1.15.0?

suzuki-shunsuke commented 1 year ago

The asset for windows/arm64 is also missing at 1.15.0.