Update examples and CI.md

This commit is contained in:
Matthew Treinish
2020-02-21 06:37:45 -05:00
parent 7b906fb5dc
commit 5549eb3165
2 changed files with 11 additions and 0 deletions
+9
View File
@@ -4,6 +4,15 @@ jobs:
include:
# perform a linux build
- services: docker
# perform a linux ARMv8 build
- services: docker
arch: aarch64
# perform a linux PPC64LE build
- services: docker
arch: ppc64le
# perform a linux S390X build
- services: docker
arch: s390x
# and a mac build
- os: osx
language: shell