File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
name : release-packages
137
137
path : ./release-packages
138
138
- name : Run ./ci/steps/build-docker-image.sh
139
- uses : ./ci/images/debian8
139
+ uses : ./ci/images/centos7
140
140
with :
141
141
args : ./ci/steps/build-docker-image.sh
142
142
- name : Upload release image
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ release_archive() {
30
30
local release_name=" code-server-$VERSION -$OS -$ARCH "
31
31
if [[ $OS == " linux" ]]; then
32
32
tar -czf " release-packages/$release_name .tar.gz" --transform " s/^\.\/release-standalone/$release_name /" ./release-standalone
33
- elif [[ $OS == " macos " && $ARCH == " x86_64" ]]; then
33
+ elif [[ " $OS " == " darwin " && " $ARCH " == " x86_64" ]]; then
34
34
# Just exists to make autoupdating from 3.2.0 work again.
35
35
mv ./release-standalone " ./$release_name "
36
36
zip -r " release-packages/$release_name .zip" " ./$release_name "
Original file line number Diff line number Diff line change @@ -22,3 +22,5 @@ ENV PATH=/usr/local/go/bin:/root/go/bin:$PATH
22
22
ENV GO111MODULE=on
23
23
RUN go get mvdan.cc/sh/v3/cmd/shfmt
24
24
RUN go get github.com/goreleaser/nfpm/cmd/nfpm
25
+
26
+ RUN curl -fsSL https://get.docker.com | sh
You can’t perform that action at this time.
0 commit comments