Skip to content

Build on different arch #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: default
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,33 @@ jobs:
- arch: ppc64le
dist: xenial
os: linux
group: edge
name: xenial-ppc64le
language: c
- arch: ppc64le
dist: bionic
os: linux
name: bionic-ppc64le
language: c
- arch: s390x
dist: xenial
os: linux
name: xenial-s390x
language: c
- arch: s390x
dist: bionic
os: linux
name: bionic-s390x
language: c
- arch: arm64
dist: xenial
os: linux
name: xenial-arm64
language: c
- arch: arm64
dist: bionic
os: linux
name: bionic-arm64
language: c
env:
global:
- VERSION='5.24.3'
Expand Down