CI: also build armv7
continuous-integration/woodpecker the build was successful Details

pull/36/head
Ariadne Conill 2021-12-01 09:36:20 -06:00
parent 8215aedb56
commit 18aa732212
1 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,14 @@ pipeline:
when:
platform: linux/ppc64le
build-armv7:
image: alpine
commands:
- apk add --no-cache build-base
- make check ARCH=arm
when:
platform: linux/arm
build-aarch64:
image: alpine
commands: