Skip to content

Commit

Permalink
build: disable multi-arch build for now
Browse files Browse the repository at this point in the history
We keep this as this would become handy in the future and people can
still try to use it.
  • Loading branch information
vincentbernat committed Aug 17, 2022
1 parent 518eb92 commit 5b9178e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5b9178e

Please sign in to comment.