diff --git a/docker/dockcross-ppc64le b/docker/dockcross-ppc64le index 583cdee..37146f9 100755 --- a/docker/dockcross-ppc64le +++ b/docker/dockcross-ppc64le @@ -1,6 +1,6 @@ #!/bin/bash -DEFAULT_DOCKCROSS_IMAGE=dockcross/linux-ppc64le:20210624-de7b1b0 +DEFAULT_DOCKCROSS_IMAGE=dockcross/linux-ppc64le-lts #------------------------------------------------------------------------------ # Helpers diff --git a/docker/dockcross-windows-arm64 b/docker/dockcross-windows-arm64 old mode 100644 new mode 100755 diff --git a/src/main/resources/org/xerial/snappy/native/Linux/aarch64/libsnappyjava.so b/src/main/resources/org/xerial/snappy/native/Linux/aarch64/libsnappyjava.so index c4e557d..c4fa5a4 100755 Binary files a/src/main/resources/org/xerial/snappy/native/Linux/aarch64/libsnappyjava.so and b/src/main/resources/org/xerial/snappy/native/Linux/aarch64/libsnappyjava.so differ diff --git a/src/main/resources/org/xerial/snappy/native/Linux/ppc64le/libsnappyjava.so b/src/main/resources/org/xerial/snappy/native/Linux/ppc64le/libsnappyjava.so index 524b9a3..8d30863 100755 Binary files a/src/main/resources/org/xerial/snappy/native/Linux/ppc64le/libsnappyjava.so and b/src/main/resources/org/xerial/snappy/native/Linux/ppc64le/libsnappyjava.so differ diff --git a/src/main/resources/org/xerial/snappy/native/Windows/arm64/libsnappyjava.so b/src/main/resources/org/xerial/snappy/native/Windows/arm64/libsnappyjava.so new file mode 100755 index 0000000..114ce4c Binary files /dev/null and b/src/main/resources/org/xerial/snappy/native/Windows/arm64/libsnappyjava.so differ diff --git a/src/main/resources/org/xerial/snappy/native/Windows/x86/snappyjava.dll b/src/main/resources/org/xerial/snappy/native/Windows/x86/snappyjava.dll index acf3098..b61c75e 100755 Binary files a/src/main/resources/org/xerial/snappy/native/Windows/x86/snappyjava.dll and b/src/main/resources/org/xerial/snappy/native/Windows/x86/snappyjava.dll differ diff --git a/src/main/resources/org/xerial/snappy/native/Windows/x86_64/snappyjava.dll b/src/main/resources/org/xerial/snappy/native/Windows/x86_64/snappyjava.dll index 319e5e2..5564d9b 100755 Binary files a/src/main/resources/org/xerial/snappy/native/Windows/x86_64/snappyjava.dll and b/src/main/resources/org/xerial/snappy/native/Windows/x86_64/snappyjava.dll differ