add armhf target to snapcraft.yaml

This commit is contained in:
Sunshine 2020-06-24 03:20:36 -04:00
parent 877b11d52c
commit 7f9458adfe
No known key found for this signature in database
GPG Key ID: B80CA68703CD8AB1
1 changed files with 2 additions and 1 deletions

View File

@ -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