From: Ilya Shipitsin Date: Thu, 15 Apr 2021 14:16:09 +0000 (+0500) Subject: CI: travis-ci: enable weekly graviton2 builds X-Git-Tag: v2.4-dev17~111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6d03588e91c7ddbe24b3bb1490fb25fcf7c7d04;p=thirdparty%2Fhaproxy.git CI: travis-ci: enable weekly graviton2 builds as documented in https://blog.travis-ci.com/2020-09-11-arm-on-aws we can build on graviton2, let us expand travis-ci matrix to that machine type as well --- diff --git a/.travis.yml b/.travis.yml index 2cb2d25a61..1aa415aa8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,12 @@ matrix: arch: arm64 compiler: gcc if: type == cron + - os: linux + arch: arm64-graviton2 + group: edge + virt: vm + compiler: gcc + if: type == cron - os: linux arch: s390x compiler: gcc