-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[Feat]: Missing assets for darwin arm64 #6659
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
Comments
We never got around to adding it when it came out. I might not get to it any time soon, but presumably all we need to do is rename and add a matrix section to the |
+1 to that. Having a standalone binary will be nice because it doesn't depend on system-wide setup such as homebrew or npm and provide some isolation. Are you willing to accept PRs? |
Actually, ever since v4.89.0-rc.1, there's only |
Very happy to accept PRs! I think the reason this happened is that the macOS runner was upgraded and it had been changed to arm64 by GitHub, so I think we need to add a second runner that uses the amd64 architecture, but I have not looked into whether GitHub still has that. Great point on the |
#6968 to fix the short term of the |
That is awesome thank you! Good idea, a new issue makes the most sense to me I think, I will go ahead and just do that real quick: #6969 |
What is your suggestion?
I have seen that assets in the releases do not contain package for darwin 64 (only macos-amd64) as seen in the latest release: https://github.com/coder/code-server/releases/v4.20.1/ why is this?
Why do you want this feature?
It would be desirable to include package for this target architecture considering that latest Mac machines are all aarch64-darwin
Are there any workarounds to get this functionality today?
Not sure.
Are you interested in submitting a PR for this?
Maybe.
The text was updated successfully, but these errors were encountered: