Skip to content

Commit

Permalink
support netty boringssl aarch_64 classifier
Browse files Browse the repository at this point in the history
Signed-off-by: sullis <[email protected]>
  • Loading branch information
sullis committed May 25, 2024
1 parent 6e59179 commit 0e80cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsocket-transport-netty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
}

def os_suffix = ""
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"]) {
os_suffix = "::" + osdetector.classifier
}

Expand Down

0 comments on commit 0e80cc1

Please sign in to comment.