Skip to content

Commit

Permalink
Merge pull request #10 from Mailaender/arm
Browse files Browse the repository at this point in the history
Add support for ARM64
  • Loading branch information
eselmeister authored Apr 15, 2024
2 parents 3512ff2 + 3ad3fdb commit c1da96e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ confinement: strict

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

apps:
openchrom:
Expand All @@ -29,7 +30,9 @@ apps:
parts:
openchrom:
plugin: dump
source: https://products.lablicate.com/openchrom/1.5.0/openchrom-lablicate_linux.x86_64_1.5.0.tar.gz
source:
- on amd64: https://products.lablicate.com/openchrom/1.5.0/openchrom-lablicate_linux.x86_64_1.5.0.tar.gz
- on arm64: https://products.lablicate.com/openchrom/1.5.0/openchrom-lablicate_linux.aarch64_1.5.0.tar.gz
override-build: |
craftctl default
sed -i 's;@user.home/;@user.home/snap/openchrom/current/;' $SNAPCRAFT_PART_INSTALL/openchrom.ini
Expand Down

0 comments on commit c1da96e

Please sign in to comment.