Commit 9ec848d 1 parent 48c17ee commit 9ec848d Copy full SHA for 9ec848d
File tree 1 file changed +17
-16
lines changed
1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ jobs:
118
118
type : enum
119
119
enum : [ 'x64', 'arm64','armv7l' ]
120
120
docker :
121
- - image : cimg/base:stable
121
+ - image : ubuntudesktop/gnome-3-38-2004
122
122
steps :
123
- - run : sudo apt-get update && sudo apt install rpm && sudo apt install -y snapd
123
+ - run : sudo apt-get -y update && sudo apt install -y rpm
124
124
# - run: sudo snap install snapd
125
- - run : sudo snap install snapcraft --classic
125
+ # - run: sudo snap install snapcraft --classic
126
126
- install
127
127
- run : npx yarn run publish --arch=<< parameters.arch >> --dry-run
128
128
# CircleCI doesn't let you persist files with the same name from multiple
@@ -175,18 +175,18 @@ workflows:
175
175
build-and-test :
176
176
jobs :
177
177
- lint
178
- - mac-test :
179
- matrix :
180
- parameters :
181
- arch : [ x64, arm64 ]
182
- - win-test :
183
- matrix :
184
- parameters :
185
- arch : [ x64 ]
186
- - linux-test :
187
- matrix :
188
- parameters :
189
- arch : [ x64 ]
178
+ # - mac-test:
179
+ # matrix:
180
+ # parameters:
181
+ # arch: [ x64, arm64 ]
182
+ # - win-test:
183
+ # matrix:
184
+ # parameters:
185
+ # arch: [ x64 ]
186
+ # - linux-test:
187
+ # matrix:
188
+ # parameters:
189
+ # arch: [ x64 ]
190
190
- mac-build :
191
191
matrix :
192
192
parameters :
@@ -210,7 +210,8 @@ workflows:
210
210
- linux-build :
211
211
matrix :
212
212
parameters :
213
- arch : [ x64, arm64, armv7l ]
213
+ arch : [ x64 ]
214
+ # arch: [ x64, arm64, armv7l ]
214
215
# filters:
215
216
# tags:
216
217
# only:
You can’t perform that action at this time.
0 commit comments