Skip to content

Commit

Permalink
osx: multiarch install package
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed May 4, 2024
1 parent 0bfff0a commit f0a3aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tests/ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f0a3aed

Please sign in to comment.