Fix CI
This commit is contained in:
parent
30e9c516e7
commit
fbd85649f9
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
@ -54,10 +54,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: npm-package
|
name: npm-package
|
||||||
path: ./release-npm-package
|
path: ./release-npm-package
|
||||||
- name: Run ./ci/steps/release-static.sh
|
- name: Run ./ci/steps/release-standalone.sh
|
||||||
uses: ./ci/container
|
uses: ./ci/container
|
||||||
with:
|
with:
|
||||||
args: ./ci/steps/release-static.sh
|
args: ./ci/steps/release-standalone.sh
|
||||||
- name: Upload release artifacts
|
- name: Upload release artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
@ -74,10 +74,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: npm-package
|
name: npm-package
|
||||||
path: ./release-npm-package
|
path: ./release-npm-package
|
||||||
- name: Run ./ci/steps/release-static.sh
|
- name: Run ./ci/steps/release-standalone.sh
|
||||||
uses: ./ci/container/arm64
|
uses: ./ci/container/arm64
|
||||||
with:
|
with:
|
||||||
args: ./ci/steps/release-static.sh
|
args: ./ci/steps/release-standalone.sh
|
||||||
- name: Upload release artifacts
|
- name: Upload release artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
@ -96,7 +96,7 @@ jobs:
|
|||||||
path: ./release-npm-package
|
path: ./release-npm-package
|
||||||
- run: brew unlink node@12
|
- run: brew unlink node@12
|
||||||
- run: brew install node
|
- run: brew install node
|
||||||
- run: ./ci/steps/release-static.sh
|
- run: ./ci/steps/release-standalone.sh
|
||||||
env:
|
env:
|
||||||
# Otherwise we get rate limited when fetching the ripgrep binary.
|
# Otherwise we get rate limited when fetching the ripgrep binary.
|
||||||
# For whatever reason only MacOS needs it.
|
# For whatever reason only MacOS needs it.
|
||||||
|
@ -142,6 +142,9 @@ brew services start code-server
|
|||||||
We publish self contained `.tar.gz` archives for every release on [github](https://github.com/cdr/code-server/releases).
|
We publish self contained `.tar.gz` archives for every release on [github](https://github.com/cdr/code-server/releases).
|
||||||
They bundle the node binary and `node_modules`.
|
They bundle the node binary and `node_modules`.
|
||||||
|
|
||||||
|
These are created from the [npm package](#yarn-npm) and the rest of the releases are created from these.
|
||||||
|
Only requirement is glibc >= 2.17 on Linux and for macOS there is no minimum system requirement.
|
||||||
|
|
||||||
1. Download the latest release archive for your system from [github](https://github.com/cdr/code-server/releases).
|
1. Download the latest release archive for your system from [github](https://github.com/cdr/code-server/releases).
|
||||||
2. Unpack the release.
|
2. Unpack the release.
|
||||||
3. You can run code-server by executing `./bin/code-server`.
|
3. You can run code-server by executing `./bin/code-server`.
|
||||||
|
Loading…
Reference in New Issue
Block a user