Skip to content

Commit

Permalink
Merge pull request #10295 from JabRef/Siedlerchr-patch-1
Browse files Browse the repository at this point in the history
Allow building on arm
  • Loading branch information
Siedlerchr authored Sep 3, 2023
2 parents 1e0bbea + 029a7b4 commit 933695d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ confinement: strict
base: core22
compression: lzo
architectures:
- build-on: amd64
- build-on: [amd64, arm64]
build-for: [amd64]

plugs:
home:
Expand Down

0 comments on commit 933695d

Please sign in to comment.