From: Vincent Bernat Date: Sat, 4 May 2024 12:26:26 +0000 (+0200) Subject: osx: multiarch install package X-Git-Tag: 1.0.19~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0a3aed67be2fc1896ec91a65ad110ad3c6a45f6;p=thirdparty%2Flldpd.git osx: multiarch install package --- diff --git a/NEWS b/NEWS index 58e287b9..33076e4f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ lldpd (1.0.19) * Changes: + + Support of both Apple Silicon and Intel for macOS package. + Add cvlan/svlan/tpmr capabilities. lldpd (1.0.18) diff --git a/tests/ci/run.sh b/tests/ci/run.sh index 7fe1443d..e0f60003 100755 --- a/tests/ci/run.sh +++ b/tests/ci/run.sh @@ -39,7 +39,7 @@ fi case "$(uname -s)" in Darwin) # Create a package - make -C osx pkg # ARCHS="x86_64 arm64" + make -C osx pkg ARCHS="x86_64 arm64" otool -l osx/lldpd*/usr/local/sbin/lldpd ;; Linux)