From: Vincent Bernat Date: Sun, 12 Jan 2020 07:57:44 +0000 (+0100) Subject: travis: also build for arm64 X-Git-Tag: 1.0.5~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f2e7757828c9c5e08a0383619f6976c731b4a5f;p=thirdparty%2Flldpd.git travis: also build for arm64 --- 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"