From c2148470f9bc76976d4caf5c8c41e12a1d75ff52 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 17 Aug 2022 16:50:25 +0200 Subject: [PATCH] build: disable multi-arch build for now We keep this as this would become handy in the future and people can still try to use it. --- NEWS | 4 ---- tests/ci/run.sh | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/NEWS b/NEWS index fdc828c2..ee9c8851 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,3 @@ -lldpd (1.0.16) - * Changes - + Ship universal binaries for MacOS (x86_64 and arm64) - lldpd (1.0.15) * Changes + Add configure command to override system capabilities. Contributed by diff --git a/tests/ci/run.sh b/tests/ci/run.sh index 67ebdd6f..cf868731 100755 --- a/tests/ci/run.sh +++ b/tests/ci/run.sh @@ -41,7 +41,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