Skip to content

Commit

Permalink
build: use cibuilds/snapcraft:core18
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed May 2, 2023
1 parent 0d1af20 commit 8ab847e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ jobs:
type: enum
enum: [ 'x64', 'arm64','armv7l' ]
docker:
- image: ubuntudesktop/gnome-3-38-2004
- image: cibuilds/snapcraft:core20
steps:
- run: sudo apt-get -y update
- run: sudo apt-get install -y git curl dpkg fakeroot rpm lsb-release
- install
- run: echo $PATH
- run: |
export PATH="/snap/bin:$PATH"
export SNAP="/snap/snapcraft/current"
# - run: |
# export PATH="/snap/bin:$PATH"
# export SNAP="/snap/snapcraft/current"
- run: DEBUG=electron-installer-snap:* npx yarn run publish --arch=<< parameters.arch >> --dry-run
# CircleCI doesn't let you persist files with the same name from multiple
# jobs, so only persist the .webpack path from the x64 linux-build job
Expand Down
1 change: 0 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ const config = {
features: {
audio: true,
},
snapcraft: '/snap/bin/snapcraft',
},
},
],
Expand Down

0 comments on commit 8ab847e

Please sign in to comment.