Skip to content

Commit 96a70a7

Browse files
authored
Fix arch for nuget Linux Arm64 mapping (#4150)
1 parent 6a66f95 commit 96a70a7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
# librdkafka v2.0.0
210

311
librdkafka v2.0.0 is a feature release:

packaging/nuget/nugetpackage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class NugetPackage (Package):
9292
'./usr/local/lib/librdkafka.so.1',
9393
'runtimes/linux-x64/native/centos7-librdkafka.so'),
9494
# Linux glibc centos7 arm64 without GSSAPI (no external deps)
95-
Mapping({'arch': 'x64',
95+
Mapping({'arch': 'arm64',
9696
'plat': 'linux',
9797
'dist': 'centos7',
9898
'lnk': 'all'},

0 commit comments

Comments
 (0)