mage
mage copied to clipboard
missing macosx arm64 build for 1.15.0
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
- ❌ https://github.com/magefile/mage/releases/download/v1.15.0/mage_1.15.0_macOS-ARM64.tar.gz
- ✅ https://github.com/magefile/mage/releases/download/v1.14.0/mage_1.14.0_macOS-ARM64.tar.gz
- ✅ https://github.com/magefile/mage/releases/download/v1.13.0/mage_1.13.0_macOS-ARM64.tar.gz
➜ 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.
@natefinch any updates on the missing assets?