Skip to content

Commit

Permalink
fix: CircleCI script
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMYHuang committed Sep 13, 2023
1 parent 952c95f commit 311b484
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build-snap-amd64:
<<: *defaults
machine:
image: ubuntu-2004:202101-01
image: ubuntu-2204:2023.07.2
steps:
- checkout
- run: git submodule sync
Expand All @@ -16,7 +16,7 @@ jobs:
- run:
name: Build snap
command: |
npm run dist-snap
npm run dist-snap -- --use-lxd
- persist_to_workspace:
root: ~/workspace
Expand All @@ -25,7 +25,7 @@ jobs:
build-snap-arm64:
<<: *defaults
machine:
image: ubuntu-2004:202101-01
image: ubuntu-2204:2023.07.2
resource_class: arm.medium
steps:
- checkout
Expand All @@ -35,7 +35,7 @@ jobs:
- run:
name: Build snap
command: |
npm run dist-snap
npm run dist-snap -- --use-lxd
- persist_to_workspace:
root: ~/workspace
Expand All @@ -44,7 +44,7 @@ jobs:
publish:
<<: *defaults
machine:
image: ubuntu-2004:202101-01
image: ubuntu-2204:2023.07.2
steps:
- checkout

Expand All @@ -58,7 +58,7 @@ jobs:
build-appImage-arm64:
<<: *defaults
machine:
image: ubuntu-2004:202101-01
image: ubuntu-2204:2023.07.2
resource_class: arm.medium
steps:
- checkout
Expand All @@ -73,7 +73,7 @@ jobs:
test-build-appImage-arm64:
<<: *defaults
machine:
image: ubuntu-2004:202101-01
image: ubuntu-2204:2023.07.2
resource_class: arm.medium
steps:
- checkout
Expand All @@ -91,7 +91,7 @@ jobs:
build-deb-arm64:
<<: *defaults
machine:
image: ubuntu-2004:202101-01
image: ubuntu-2204:2023.07.2
resource_class: arm.medium
steps:
- checkout
Expand All @@ -110,7 +110,7 @@ jobs:
build-rpm-aarch64:
<<: *defaults
machine:
image: ubuntu-2004:202101-01
image: ubuntu-2204:2023.07.2
resource_class: arm.medium
steps:
- checkout
Expand Down

0 comments on commit 311b484

Please sign in to comment.