We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cba12 commit ab8bc96Copy full SHA for ab8bc96
README.md
@@ -12,4 +12,4 @@
12
snapcraft
13
14
### Test
15
- sudo snap install eclipse_*_amd64.snap --classic --dangerous
+ sudo snap install eclipse*.snap --classic --dangerous
snap/snapcraft.yaml
@@ -1,5 +1,5 @@
1
name: eclipse
2
-base: core24
+base: core22
3
4
version: 2024-12
5
summary: Extensible Tool Platform and Java IDE
@@ -13,11 +13,9 @@ description:
grade: stable
confinement: classic
16
-platforms:
17
- amd64:
18
- arm64:
19
- build-on: [amd64, arm64]
20
- build-for: [arm64]
+architectures:
+- build-on: amd64
+- build-on: arm64
21
22
apps:
23
eclipse:
@@ -44,9 +42,9 @@ parts:
44
42
build-attributes:
45
43
- no-patchelf
46
stage-packages:
47
- - libffi8
+ - libffi7
48
- libfreetype6
49
- - libpng16-16t64
+ - libpng16-16
50
- libgdk-pixbuf2.0-0
51
- libsecret-1-0
52
- libasound2
0 commit comments