Skip to content

Commit

Permalink
build: try docker img ubuntudesktop/gnome-3-38-2004
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed May 2, 2023
1 parent 48c17ee commit 9ec848d
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ jobs:
type: enum
enum: [ 'x64', 'arm64','armv7l' ]
docker:
- image: cimg/base:stable
- image: ubuntudesktop/gnome-3-38-2004
steps:
- run: sudo apt-get update && sudo apt install rpm && sudo apt install -y snapd
- run: sudo apt-get -y update && sudo apt install -y rpm
# - run: sudo snap install snapd
- run: sudo snap install snapcraft --classic
# - run: sudo snap install snapcraft --classic
- install
- run: npx yarn run publish --arch=<< parameters.arch >> --dry-run
# CircleCI doesn't let you persist files with the same name from multiple
Expand Down Expand Up @@ -175,18 +175,18 @@ workflows:
build-and-test:
jobs:
- lint
- mac-test:
matrix:
parameters:
arch: [ x64, arm64 ]
- win-test:
matrix:
parameters:
arch: [ x64 ]
- linux-test:
matrix:
parameters:
arch: [ x64 ]
# - mac-test:
# matrix:
# parameters:
# arch: [ x64, arm64 ]
# - win-test:
# matrix:
# parameters:
# arch: [ x64 ]
# - linux-test:
# matrix:
# parameters:
# arch: [ x64 ]
- mac-build:
matrix:
parameters:
Expand All @@ -210,7 +210,8 @@ workflows:
- linux-build:
matrix:
parameters:
arch: [ x64, arm64, armv7l ]
arch: [ x64 ]
# arch: [ x64, arm64, armv7l ]
# filters:
# tags:
# only:
Expand Down

0 comments on commit 9ec848d

Please sign in to comment.