We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a66f95 commit 96a70a7Copy full SHA for 96a70a7
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# librdkafka v2.0.1
2
+
3
+librdkafka v2.0.1 is a bugfix release:
4
5
+* Fixed nuget package for Linux ARM64 release (#4150).
6
7
8
9
# librdkafka v2.0.0
10
11
librdkafka v2.0.0 is a feature release:
packaging/nuget/nugetpackage.py
@@ -92,7 +92,7 @@ class NugetPackage (Package):
92
'./usr/local/lib/librdkafka.so.1',
93
'runtimes/linux-x64/native/centos7-librdkafka.so'),
94
# Linux glibc centos7 arm64 without GSSAPI (no external deps)
95
- Mapping({'arch': 'x64',
+ Mapping({'arch': 'arm64',
96
'plat': 'linux',
97
'dist': 'centos7',
98
'lnk': 'all'},
0 commit comments