Skip to content

Commit 53b268e

Browse files
committed
Another fix, update README
1 parent 428dc50 commit 53b268e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ jobs:
170170
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
171171
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
172172
AWS_DEFAULT_REGION: "us-east-1"
173-
run: 'aws s3 cp libzstd-jni-$(cat version).dll s3://zstd-jni/github/win/aarch64'
173+
run: aws s3 cp libzstd-jni-$(cat version).dll s3://zstd-jni/github/win/aarch64/libzstd-jni-$(cat version).dll

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ Binary releases
8181
The binary releases are architecture dependent because we are embedding the
8282
native library in the provided Jar file. Currently they are built for
8383
*linux-amd64*, *linux-i386*, *linux-aarch64*, *linux-armhf*, *linux-ppc64*,
84-
*linux-ppc64le*, *linux-mips64*, *linux-s390x*, *win-amd64*, *win-x86*,
85-
*darwin-x86_64* (MacOS X), *darwin-aarch64*, *freebsd-amd64*, and *freebsd-i386*,
86-
*linux-riscv64*.
84+
*linux-ppc64le*, *linux-mips64*, *linux-s390x*, *linux-riskv64*, *linux-loongarch64*,
85+
*win-amd64*, *win-x86*, *win-aarch64*, *darwin-x86_64* (MacOS X), *darwin-aarch64*,
86+
*freebsd-amd64*, and *freebsd-i386*.
87+
8788
More builds will be available if I get access to more platforms.
8889

8990
You can find published releases on Maven Central.

0 commit comments

Comments
 (0)