We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c51c4 commit a5fbd96Copy full SHA for a5fbd96
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