magefile / mage

a Make/rake-like dev tool using Go

Home Page:https://magefile.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing macosx arm64 build for 1.15.0

drmaples opened this issue · comments

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

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

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