Skip to content

Commit

Permalink
Downgrade to Core 22.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Dec 6, 2024
1 parent f3cba12 commit ab8bc96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
snapcraft

### Test
sudo snap install eclipse_*_amd64.snap --classic --dangerous
sudo snap install eclipse*.snap --classic --dangerous
14 changes: 6 additions & 8 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: eclipse
base: core24
base: core22

version: 2024-12
summary: Extensible Tool Platform and Java IDE
Expand All @@ -13,11 +13,9 @@ description:
grade: stable
confinement: classic

platforms:
amd64:
arm64:
build-on: [amd64, arm64]
build-for: [arm64]
architectures:
- build-on: amd64
- build-on: arm64

apps:
eclipse:
Expand All @@ -44,9 +42,9 @@ parts:
build-attributes:
- no-patchelf
stage-packages:
- libffi8
- libffi7
- libfreetype6
- libpng16-16t64
- libpng16-16
- libgdk-pixbuf2.0-0
- libsecret-1-0
- libasound2
Expand Down

0 comments on commit ab8bc96

Please sign in to comment.