Skip to content

Commit

Permalink
带上 aarch64 的
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Dec 19, 2024
1 parent 06a7ce5 commit ec878e7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,27 @@
<groupId>io.netty</groupId>
<artifactId>netty-transport-classes-epoll</artifactId>
<version>4.1.116.Final</version>
<classifier>linux-x86_64</classifier>
</dependency>
<!-- https://mvnrepository.com/artifact/io.netty/netty-transport-classes-kqueue -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-classes-kqueue</artifactId>
<version>4.1.116.Final</version>
<classifier>linux-x86_64</classifier>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-classes-epoll</artifactId>
<version>4.1.116.Final</version>
<classifier>linux-aarch_64</classifier>
</dependency>
<!-- https://mvnrepository.com/artifact/io.netty/netty-transport-classes-kqueue -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-classes-kqueue</artifactId>
<version>4.1.116.Final</version>
<classifier>linux-aarch_644</classifier>
</dependency>

<dependency>
Expand Down

0 comments on commit ec878e7

Please sign in to comment.