From 196769d6d0b7e0d4bab680814c246375eb020671 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 4 May 2024 14:26:26 +0200 Subject: [PATCH] osx: multiarch install package --- NEWS | 1 + tests/ci/run.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5