Skip to content

Commit 8ab847e

Browse files
committed
build: use cibuilds/snapcraft:core18
1 parent 0d1af20 commit 8ab847e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ jobs:
118118
type: enum
119119
enum: [ 'x64', 'arm64','armv7l' ]
120120
docker:
121-
- image: ubuntudesktop/gnome-3-38-2004
121+
- image: cibuilds/snapcraft:core20
122122
steps:
123123
- run: sudo apt-get -y update
124124
- run: sudo apt-get install -y git curl dpkg fakeroot rpm lsb-release
125125
- install
126126
- run: echo $PATH
127-
- run: |
128-
export PATH="/snap/bin:$PATH"
129-
export SNAP="/snap/snapcraft/current"
127+
# - run: |
128+
# export PATH="/snap/bin:$PATH"
129+
# export SNAP="/snap/snapcraft/current"
130130
- run: DEBUG=electron-installer-snap:* npx yarn run publish --arch=<< parameters.arch >> --dry-run
131131
# CircleCI doesn't let you persist files with the same name from multiple
132132
# jobs, so only persist the .webpack path from the x64 linux-build job

forge.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ const config = {
144144
features: {
145145
audio: true,
146146
},
147-
snapcraft: '/snap/bin/snapcraft',
148147
},
149148
},
150149
],

0 commit comments

Comments
 (0)