Skip to content

Commit fbd8564

Browse files
committed
Fix CI
1 parent 30e9c51 commit fbd8564

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/ci.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
with:
5555
name: npm-package
5656
path: ./release-npm-package
57-
- name: Run ./ci/steps/release-static.sh
57+
- name: Run ./ci/steps/release-standalone.sh
5858
uses: ./ci/container
5959
with:
60-
args: ./ci/steps/release-static.sh
60+
args: ./ci/steps/release-standalone.sh
6161
- name: Upload release artifacts
6262
uses: actions/upload-artifact@v2
6363
with:
@@ -74,10 +74,10 @@ jobs:
7474
with:
7575
name: npm-package
7676
path: ./release-npm-package
77-
- name: Run ./ci/steps/release-static.sh
77+
- name: Run ./ci/steps/release-standalone.sh
7878
uses: ./ci/container/arm64
7979
with:
80-
args: ./ci/steps/release-static.sh
80+
args: ./ci/steps/release-standalone.sh
8181
- name: Upload release artifacts
8282
uses: actions/upload-artifact@v2
8383
with:
@@ -96,7 +96,7 @@ jobs:
9696
path: ./release-npm-package
9797
- run: brew unlink node@12
9898
- run: brew install node
99-
- run: ./ci/steps/release-static.sh
99+
- run: ./ci/steps/release-standalone.sh
100100
env:
101101
# Otherwise we get rate limited when fetching the ripgrep binary.
102102
# For whatever reason only MacOS needs it.

doc/install.md

+3
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ brew services start code-server
142142
We publish self contained `.tar.gz` archives for every release on [github](https://github.com/cdr/code-server/releases).
143143
They bundle the node binary and `node_modules`.
144144

145+
These are created from the [npm package](#yarn-npm) and the rest of the releases are created from these.
146+
Only requirement is glibc >= 2.17 on Linux and for macOS there is no minimum system requirement.
147+
145148
1. Download the latest release archive for your system from [github](https://github.com/cdr/code-server/releases).
146149
2. Unpack the release.
147150
3. You can run code-server by executing `./bin/code-server`.

0 commit comments

Comments
 (0)