Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: 1.15.0 not releasing macos-ARM64 artifact anymore #481

Open
deregtd opened this issue Sep 21, 2023 · 0 comments
Open

Bug: 1.15.0 not releasing macos-ARM64 artifact anymore #481

deregtd opened this issue Sep 21, 2023 · 0 comments
Labels

Comments

@deregtd
Copy link

deregtd commented Sep 21, 2023

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant