Skip to content

Commit e7a0f8a

Browse files
authored
Fix: Add epoll native transport for linux-aarch_64 (#214)
Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
1 parent 35d5203 commit e7a0f8a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
<version>${netty.version}</version>
144144
<classifier>linux-x86_64</classifier>
145145
</dependency>
146+
<dependency>
147+
<groupId>io.netty</groupId>
148+
<artifactId>netty-transport-native-epoll</artifactId>
149+
<version>${netty.version}</version>
150+
<classifier>linux-aarch_64</classifier>
151+
</dependency>
146152
<dependency>
147153
<groupId>io.netty</groupId>
148154
<artifactId>netty-transport-native-kqueue</artifactId>

0 commit comments

Comments
 (0)