File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ jobs:
54
54
with :
55
55
name : npm-package
56
56
path : ./release-npm-package
57
- - name : Run ./ci/steps/release-static .sh
57
+ - name : Run ./ci/steps/release-standalone .sh
58
58
uses : ./ci/container
59
59
with :
60
- args : ./ci/steps/release-static .sh
60
+ args : ./ci/steps/release-standalone .sh
61
61
- name : Upload release artifacts
62
62
uses : actions/upload-artifact@v2
63
63
with :
@@ -74,10 +74,10 @@ jobs:
74
74
with :
75
75
name : npm-package
76
76
path : ./release-npm-package
77
- - name : Run ./ci/steps/release-static .sh
77
+ - name : Run ./ci/steps/release-standalone .sh
78
78
uses : ./ci/container/arm64
79
79
with :
80
- args : ./ci/steps/release-static .sh
80
+ args : ./ci/steps/release-standalone .sh
81
81
- name : Upload release artifacts
82
82
uses : actions/upload-artifact@v2
83
83
with :
96
96
path : ./release-npm-package
97
97
- run : brew unlink node@12
98
98
- run : brew install node
99
- - run : ./ci/steps/release-static .sh
99
+ - run : ./ci/steps/release-standalone .sh
100
100
env :
101
101
# Otherwise we get rate limited when fetching the ripgrep binary.
102
102
# 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
142
142
We publish self contained ` .tar.gz ` archives for every release on [ github] ( https://github.com/cdr/code-server/releases ) .
143
143
They bundle the node binary and ` node_modules ` .
144
144
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
+
145
148
1 . Download the latest release archive for your system from [ github] ( https://github.com/cdr/code-server/releases ) .
146
149
2 . Unpack the release.
147
150
3 . You can run code-server by executing ` ./bin/code-server ` .
You can’t perform that action at this time.
0 commit comments