add armhf target to snapcraft.yaml
This commit is contained in:
parent
877b11d52c
commit
7f9458adfe
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue