From 1f2e7757828c9c5e08a0383619f6976c731b4a5f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 12 Jan 2020 08:57:44 +0100 Subject: [PATCH] travis: also build for arm64 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0080b2ef..8e1eb9ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,9 @@ matrix: - os: linux compiler: clang env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml" + - os: linux + arch: arm64 + env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml" - os: osx compiler: clang env: LLDPD_CONFIG_ARGS="--with-snmp --with-xml" -- 2.47.2