You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
Trying to install mage 1.15.0 via asdf on an M1 mac now fails, because 1.15.0 no longer makes a macos-arm64 release:
* 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
What did you do?
Place:
mage 1.15.0
into a .tool-versions file, and then try to asdf install, on an M1 macbook pro.
Bug Description
Trying to install mage 1.15.0 via asdf on an M1 mac now fails, because 1.15.0 no longer makes a macos-arm64 release:
What did you do?
Place:
into a .tool-versions file, and then try to
asdf install
, on an M1 macbook pro.What did you expect to happen?
Mage to be installed
What actually happened?
An error that the release could not be found.
The code in the asdf-mage plugin is here, showing the pattern it tries to use:
https://github.com/mathew-fleisch/asdf-mage/blob/main/lib/utils.bash
The text was updated successfully, but these errors were encountered: