docker push不上去,尝试加入github action在服务器构建
This commit is contained in:
@@ -93,6 +93,19 @@
|
||||
<artifactId>jave-core</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- Include native ffmpeg binaries for common runtimes to avoid
|
||||
build-platform vs target-platform mismatches in Docker builds. -->
|
||||
<dependency>
|
||||
<groupId>ws.schild</groupId>
|
||||
<artifactId>jave-nativebin-linux64</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ws.schild</groupId>
|
||||
<artifactId>jave-nativebin-osxm1</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.binarywang</groupId>
|
||||
<artifactId>weixin-java-pay</artifactId>
|
||||
@@ -191,4 +204,4 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user