mirror of
https://github.com/cdr/code-server.git
synced 2025-12-25 01:43:37 +01:00
Nearly completely replace the original GitHub actions workflow. Changes: - Move from `.sh` files in `ci/steps` to steps in the workflow. - Move from using docker images for environment to manual setup. - Upgrade nfpm to v2.3.1 BREAKING CHANGE: official arm64 builds no longer support CentOS 7. If you need to use CentOS 7 on arm64, build `code-server` locally. For docs, see the yarn/npm section in `docs/install.md`. |
||
|---|---|---|
| .. | ||
| build-code-server.sh | ||
| build-packages.sh | ||
| build-release.sh | ||
| build-standalone-release.sh | ||
| build-vscode.sh | ||
| clean.sh | ||
| code-server-nfpm.sh | ||
| code-server-user.service | ||
| code-server.sh | ||
| code-server@.service | ||
| nfpm.yaml | ||
| npm-postinstall.sh | ||
| release-github-assets.sh | ||
| release-github-draft.sh | ||
| release-prep.sh | ||
| test-standalone-release.sh | ||