-
Notifications
You must be signed in to change notification settings - Fork 10
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
Build release for darwin/arm64 #16
Comments
I will look to include support for Apple Silicon on the next release (no timeframe just yet) I think the failure of the test on the homebrew side is down to a slight change in convention of how jdks are named. the test is running jabba install [email protected] There is no [email protected] in the new index, version numbers are just what we get back from the discoapi, so we have: [email protected] |
The [email protected] is misleading, it should be replaced with zulu@16 (or zulu@17 for a LTS version), but currently the checks pass on x86-64 by falling back to [email protected] for whatever reason. I think several actions need to be realized:
Only 1) is necessary for homebrew installations, as 2) and 3) are handled by homebrew. I would intend this issue to track 2) and 3) only. |
@patrick-mccourt Do you need some help with this repo? |
Hi @martonsz, would never turn away a willing volunteer. :) I like you am doing what I can in my spare time, and at the moment my golang skills are a bit lacking so I'm trying to get up to speed on that before I make any big changes. The main thing at the moment is deciding what to do with the project. There are a couple ideas already in issues, like tackling any tech debt, updating dependencies and so on. Also the last RC should really be published as a full release, and automating that is something I'd like to look at too. I think once I've gotten up to speed with things, I'll need to farm some feature requests from users. I usually dedicate a bit of time to this every other Friday and more if I can. |
I'm new to Golang too. But I have been a Java backend developer for 10+ years :) I saw your plans about catching up with dependencies and tech dept. That's good! |
darwin/arm64 released under 0.12.1 |
@patrick-mccourt darwin/arm64 is missing in the 0.12.1 release https://github.com/Jabba-Team/jabba/releases/tag/0.12.1 The branch https://github.com/Jabba-Team/jabba/commits/feature/support-apple-silicon is not merged yet. |
@martonsz I should've checked that! Making lots of silly mistakes this release. I can release ARM64 in the morning |
darwin/arm64 released properly this time! |
@patrick-mccourt The latest file needs to be updated. I tried to do it myself but I don't have permission to push to this repo. |
@martonsz good spot, I have updated the file and I've also updated your permissions, you should be able push to each repo now, let me know if you can't |
Now the installer works and I can install ARM-versions of JDKs on my MacBook. |
There currently is no binary build for macos on arm.
I would gladly contribute if I had an arm mac :)
It makes 0.12.0 version fail tests for homebrew (Homebrew/homebrew-core#119263)
Or is it #14 ?
The text was updated successfully, but these errors were encountered: