Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
travis: add arm64 LTS targets
Browse files Browse the repository at this point in the history
Let's start with arm64 for now, then add more arch's later, if people
care about them.

No doubt these need some patches backported.  Let's see what's broken!

Let's keep them non-cron to see what's broken presubmit.
  • Loading branch information
nickdesaulniers committed Nov 11, 2018
1 parent 4af91ff commit 6a24174
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ matrix:
- name: "ARCH=x86_64 REPO=linux-next"
env: ARCH=x86_64 REPO=linux-next
if: type = cron
# stable
# TODO: make cron only
- name: "ARCH=arm64 REPO=4.19"
env: ARCH=arm64 REPO=4.19
- name: "ARCH=arm64 REPO=4.14"
env: ARCH=arm64 REPO=4.14
- name: "ARCH=arm64 REPO=4.9"
env: ARCH=arm64 REPO=4.9
- name: "ARCH=arm64 REPO=4.4"
env: ARCH=arm64 REPO=4.4
compiler: gcc
os: linux
dist: trusty
Expand Down

0 comments on commit 6a24174

Please sign in to comment.