coder / code-server

VS Code in the browser
https://coder.com
MIT License
66.62k stars 5.46k forks source link

[Feat]: Missing assets for darwin arm64 #6659

Open blotero opened 5 months ago

blotero commented 5 months ago

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.

code-asher commented 5 months ago

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 package-macos-amd64 job to do both amd64 and arm64.