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 6d40ec0
Showing 1 changed file with 4 additions and 4 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

0 comments on commit 6d40ec0

Please sign in to comment.