Platforms explicitly specified

This commit is contained in:
Paulchen Panther 2019-02-17 19:47:30 +01:00 committed by GitHub
parent 1d0171a5f7
commit c22a2df1b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -34,11 +34,13 @@ jobs:
env:
- DOCKER_TAG=armv6hf
- DOCKER_NAME=""Debian Stretch (Raspberry Pi v1 & ZERO)"
- PLATFORM="rpi"
- <<: *linux
name: "ARMv7hf (Raspberry Pi 2 & 3)"
env:
- DOCKER_TAG=armv7hf
- DOCKER_NAME="Debian Stretch (Raspberry Pi 2 & 3)"
- PLATFORM="rpi"
- <<: *linux
name: "ARMv8 (Generic AARCH64)"
env: