We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abe35e commit b1dd3c5Copy full SHA for b1dd3c5
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