Skip to content

Commit

Permalink
Fix arch for nuget Linux Arm64 mapping (#4150)
Browse files Browse the repository at this point in the history
  • Loading branch information
anchitj committed Jan 19, 2023
1 parent 6a66f95 commit 96a70a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# librdkafka v2.0.1

librdkafka v2.0.1 is a bugfix release:

* Fixed nuget package for Linux ARM64 release (#4150).



# librdkafka v2.0.0

librdkafka v2.0.0 is a feature release:
Expand Down
2 changes: 1 addition & 1 deletion packaging/nuget/nugetpackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class NugetPackage (Package):
'./usr/local/lib/librdkafka.so.1',
'runtimes/linux-x64/native/centos7-librdkafka.so'),
# Linux glibc centos7 arm64 without GSSAPI (no external deps)
Mapping({'arch': 'x64',
Mapping({'arch': 'arm64',
'plat': 'linux',
'dist': 'centos7',
'lnk': 'all'},
Expand Down

0 comments on commit 96a70a7

Please sign in to comment.