mage icon indicating copy to clipboard operation
mage copied to clipboard

missing macosx arm64 build for 1.15.0

Open drmaples opened this issue 1 year ago • 3 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

  • ❌ 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

drmaples avatar May 12 '23 15:05 drmaples

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

drmaples avatar May 24 '23 17:05 drmaples

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

suzuki-shunsuke avatar May 27 '23 01:05 suzuki-shunsuke

@natefinch any updates on the missing assets?

drmaples avatar Aug 10 '24 19:08 drmaples