You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: publishing/PUBLISHING.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ You must edit `secp256k1-kmp-staging-upload.sh` and add your sonatype credential
26
26
27
27
## Adding custom JNI bindings
28
28
29
-
Github CI currently generates JNI bindings for Windows x64, Linux x64 and iOS x64. But it is possible to add custom bindings to JNI packages before
29
+
Github CI currently generates JNI bindings for Windows x64, Linux x64, macOS x64 and arm64, and iOS x64. But it is possible to add custom bindings to JNI packages before
30
30
they are published to maven central.
31
31
32
32
This is how we add linux arm64 bindings:
@@ -41,17 +41,3 @@ This is how we add linux arm64 bindings:
41
41
- run `secp256k1-kmp-add-linuxarm64.sh` and specify either `release` or `snapshot` and the `VERSION` environment variable, for example:
0 commit comments