Skip to content

Commit cace74d

Browse files
committed
support netty boringssl aarch_64 classifier
1 parent 6e59179 commit cace74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsocket-transport-netty/build.gradle

+1-1
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)