Skip to content

Commit

Permalink
Add support for arm64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
ThyMYthOS committed Oct 17, 2023
1 parent e3f3be9 commit 19587a4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ confinement: classic

architectures:
- build-on: amd64
- build-on: arm64

apps:
eclipse:
Expand All @@ -22,8 +23,12 @@ apps:
parts:
eclipse:
plugin: dump
source: https://download.eclipse.org/technology/epp/downloads/release/2023-09/R/eclipse-java-2023-09-R-linux-gtk-x86_64.tar.gz
source-checksum: "sha512/eb2c72dbc545d3e828430c359e6c76ca9f4184095504bec7b0ce675fffea74cb558aa307227fb533993f703fbcafaab6ca2daec3200a0987a96ca9cf8dbcee01"
source:
- on amd64: https://download.eclipse.org/technology/epp/downloads/release/2023-09/R/eclipse-java-2023-09-R-linux-gtk-x86_64.tar.gz
- on arm64: https://download.eclipse.org/technology/epp/downloads/release/2023-09/R/eclipse-java-2023-09-R-linux-gtk-aarch64.tar.gz
source-checksum:
- on amd64: "sha512/eb2c72dbc545d3e828430c359e6c76ca9f4184095504bec7b0ce675fffea74cb558aa307227fb533993f703fbcafaab6ca2daec3200a0987a96ca9cf8dbcee01"
- on arm64: "sha512/2fb5a31cc297bec8e32dec928973b322372742b4e6f2a362770b1e5052bedbf778c662821a205ff65d7ec8e02cced23c4f21806dd5b24d689e2c5f8389656818"
build-attributes:
- no-patchelf
stage-packages:
Expand Down

0 comments on commit 19587a4

Please sign in to comment.