Skip to content

Commit a5fbd96

Browse files
sullisrstoyanchev
authored andcommitted
support netty boringssl aarch_64 classifier (#1107)
Signed-off-by: sullis <[email protected]>
1 parent 50c51c4 commit a5fbd96

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)