Skip to content

Commit

Permalink
further housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
kz6fittycent committed Sep 6, 2024
1 parent d6b344f commit 0a3570a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,23 @@ grade: stable
confinement: strict
compression: lzo

platforms:
amd64:
build-on: [amd64]
build-for: [amd64]
arm64:
build-on: [arm64]
build-for: [arm64]
armhf:
build-on: [armhf]
build-for: [armhf]
ppc64el:
build-on: [ppc64el]
build-for: [ppc64el]
s390x:
build-on: [ppc64el]
build-for: [ppc64el]

apps:
jqp:
command: bin/jqp
Expand Down

0 comments on commit 0a3570a

Please sign in to comment.