File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff 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 :
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.
Original file line number Diff line number Diff line change @@ -142,6 +142,9 @@ brew services start code-server
142142We publish self contained ` .tar.gz ` archives for every release on [ github] ( https://github.com/cdr/code-server/releases ) .
143143They 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+
1451481 . Download the latest release archive for your system from [ github] ( https://github.com/cdr/code-server/releases ) .
1461492 . Unpack the release.
1471503 . You can run code-server by executing ` ./bin/code-server ` .
You can’t perform that action at this time.
0 commit comments