-
-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Description
This is in alpha but it seems to work: https://docs.travis-ci.com/user/multi-cpu-architectures
.travis.yml
language: cpp
arch: # Removed from below: uname_result(system='Linux', node='XYZ')
- amd64 # uname_result(release='4.15.0-1028-gcp', version='#29~16.04.1-Ubuntu SMP', machine='x86_64', processor='x86_64')
- arm64 # uname_result(release='5.0.0-23-generic', version='#24~18.04.1-Ubuntu SMP', machine='aarch64', processor='aarch64')
- aarch64 # Same as `arch: amd64`
- ppc64le # uname_result(release='5.0.0-23-generic', version='#24~18.04.1-Ubuntu SMP', machine='ppc64le', processor='ppc64le')
- s390x # uname_result(release='5.0.0-23-generic', version='#24~18.04.1-Ubuntu SMP', machine='s390x', processor='s390x')
- x86_64 # Same as `arch: amd64`
script:
- uname -a
- python3 -c "import platform ; print(platform.uname())"
arm64
, ppc64le
, and s390x
currently seem to default to Bionic http://releases.ubuntu.com/18.04
Metadata
Metadata
Assignees
Labels
No labels