Merge pull request #187 from snshn/arm-snapcraft

Add armhf target to snapcraft.yaml
This commit is contained in:
Sunshine 2020-06-26 14:40:46 -04:00 committed by GitHub
commit 769953d7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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