We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e59179 commit cace74dCopy full SHA for cace74d
rsocket-transport-netty/build.gradle
@@ -22,7 +22,7 @@ plugins {
22
}
23
24
def os_suffix = ""
25
-if (osdetector.classifier in ["linux-x86_64", "osx-x86_64", "windows-x86_64"]) {
+if (osdetector.classifier in ["linux-x86_64", "linux-aarch_64", "osx-x86_64", "osx-aarch_64", "windows-x86_64"]) {
26
os_suffix = "::" + osdetector.classifier
27
28
0 commit comments