Skip to content

Commit b1dd3c5

Browse files
authored
support netty boringssl aarch_64 classifier (#1107)
Signed-off-by: sullis <[email protected]>
1 parent 7abe35e commit b1dd3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsocket-transport-netty/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
}
2323

2424
def os_suffix = ""
25-
if (osdetector.classifier in ["linux-x86_64", "osx-x86_64", "windows-x86_64"]) {
25+
if (osdetector.classifier in ["linux-x86_64", "linux-aarch_64", "osx-x86_64", "osx-aarch_64", "windows-x86_64"]) {
2626
os_suffix = "::" + osdetector.classifier
2727
}
2828

0 commit comments

Comments
 (0)