Skip to content

Commit

Permalink
Make natives jar with all natives
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Oct 19, 2023
1 parent 8e6c516 commit 2711c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ jobs:
jar cvf openslide-natives-darwin-x86-64.jar darwin-x86-64 licenses
jar cvf openslide-natives-linux-x86-64.jar linux-x86-64 licenses
jar cvf openslide-natives-win32-x86-64.jar win32-x86-64 licenses
jar cvf openslide-natives.jar linux-x86_64 darwin-x86_64 darwin-aarch64 win32-x86-64 licenses
mkdir -p openslide-natives
mv *.jar openslide-natives
- name: Upload jar
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ publishing {
maven(MavenPublication) {
groupId group
version version
artifact (file("openslide-natives.jar"))
artifact (file("openslide-natives-darwin-aarch64.jar")) {
classifier "darwin-aarch64"
}
Expand Down

0 comments on commit 2711c28

Please sign in to comment.