Skip to content

Commit ab8bc96

Browse files
committed
1 parent f3cba12 commit ab8bc96

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
snapcraft
1313

1414
### Test
15-
sudo snap install eclipse_*_amd64.snap --classic --dangerous
15+
sudo snap install eclipse*.snap --classic --dangerous

snap/snapcraft.yaml

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: eclipse
2-
base: core24
2+
base: core22
33

44
version: 2024-12
55
summary: Extensible Tool Platform and Java IDE
@@ -13,11 +13,9 @@ description:
1313
grade: stable
1414
confinement: classic
1515

16-
platforms:
17-
amd64:
18-
arm64:
19-
build-on: [amd64, arm64]
20-
build-for: [arm64]
16+
architectures:
17+
- build-on: amd64
18+
- build-on: arm64
2119

2220
apps:
2321
eclipse:
@@ -44,9 +42,9 @@ parts:
4442
build-attributes:
4543
- no-patchelf
4644
stage-packages:
47-
- libffi8
45+
- libffi7
4846
- libfreetype6
49-
- libpng16-16t64
47+
- libpng16-16
5048
- libgdk-pixbuf2.0-0
5149
- libsecret-1-0
5250
- libasound2

0 commit comments

Comments
 (0)