Skip to content

Commit 4d697ca

Browse files
committed
update snapcraft definition to have it work against latest snapcraft version
1 parent 86c4873 commit 4d697ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snap/snapcraft.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ description: |
3333
Environment.
3434
confinement: classic
3535
grade: devel
36-
base: core18
36+
base: core22
3737
license: Apache-2.0
3838
architectures:
39-
- run-on: all
40-
build-on: [amd64, i386]
39+
- build-for: all
40+
build-on: [amd64, arm64]
4141

4242
apps:
4343
ant:

0 commit comments

Comments
 (0)