conda-forge / conda-forge/code-server-feedstock

Support for macos-arm64

Open
#102 3 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Shell
Stars
2
Forks
13
Avg merge
6m
Merged PRs (30d)
3

Description

### Comment:

Hello! I noticed that the last available release for **macos-amd64** in this repository is the **4.23.1** version. Also I noticed that from the version **4.89.0** the [coder/code-server](https://github.com/coder/code-server) team stopped to support the **macos-amd64** architecture and started to support **macos-arm64**.
I tried to open a **PR** in this repository [(My PR)](https://github.com/conda-forge/code-server-feedstock/pull/101) to try to bump the version of this package to the upstream one (**4.93.1**) but I noticed that the **Azure pipelines** failed, probably because in the file [(recipe/meta.yaml)](https://github.com/conda-forge/code-server-feedstock/blob/main/recipe/meta.yaml) I added the version to this line of code:
`url: https://github.com/cdr/code-server/releases/download/v{{ version }}/code-server-{{ version }}-macos-amd64.tar.gz # [osx]`
which is not correct because code-server doesn't support anymore **macos-amd64**.

Are there any plans to support code-server for new MacOS architecture **macos-arm64** in order to be aligned with the [coder/code-server](https://github.com/coder/code-server) one?

Also I have another question: one of the **check boxes** in the PR page asks: "**Reset the build number to 0 (if the version changed)**", but I noticed that this value is currently **1** in the **main branch**: [(where build parameter is defined)](https://github.com/conda-forge/code-server-feedstock/blob/main/recipe/meta.yaml#L18). It seems that this was changed in this [PR](https://github.com/conda-forge/code-server-feedstock/pull/100/files#diff-f3725a55bf339595bf865fec73bda8ac99f283b0810c205442021f29c06eea9a).
Is there a reason?

Thank you!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.