Merge pull request #187 from snshn/arm-snapcraft

Add armhf target to snapcraft.yaml
pull/190/head
Sunshine 4 years ago committed by GitHub
commit 769953d7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,8 +21,9 @@ confinement: strict
# Building on armhf fails, so we specify all supported non-armhf architectures
architectures:
- build-on: amd64
- build-on: i386
- build-on: arm64
- build-on: armhf
- build-on: i386
- build-on: ppc64el
- build-on: s390x

Loading…
Cancel
Save