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.

Looks like 4.14 is supported, but 4.19, 4.9, and 4.4 need more
backports before they can be enabled.
  • Loading branch information
nickdesaulniers committed Nov 12, 2018
1 parent cca4f7a commit 62d41a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ matrix:
- name: "ARCH=x86_64 REPO=linux-next"
env: ARCH=x86_64 REPO=linux-next
if: type = cron
# stable
# TODO: re-enable once green
#- name: "ARCH=arm64 REPO=4.19"
#env: ARCH=arm64 REPO=4.19
#if: type = cron
- name: "ARCH=arm64 REPO=4.14"
env: ARCH=arm64 REPO=4.14
if: type = cron
#- name: "ARCH=arm64 REPO=4.9"
#env: ARCH=arm64 REPO=4.9
#if: type = cron
#- name: "ARCH=arm64 REPO=4.4"
#env: ARCH=arm64 REPO=4.4
#if: type = cron
compiler: gcc
os: linux
dist: trusty
Expand Down

0 comments on commit 62d41a0

Please sign in to comment.