File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ $ cd centos7_arm64v8
5353$ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:centos7_arm64v8-be .
5454```
5555
56+
57+ ## Requires s390x arch CPU
58+ ```
59+ $ cd centos7_s390x
60+ $ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:centos7_s390x-be .
61+ ```
62+
5663# Alpine 3.8 Docker Images
5764** NOTE** : Alpine uses * muslc* instead of * glibc* , and so RocksDB builds on Alpine will only run on systems with muslc.
5865
@@ -81,6 +88,12 @@ $ cd alpine3_arm64v8
8188$ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:alpine3_arm64v8-be .
8289```
8390
91+ ## Requires s390x arch CPU
92+ ```
93+ $ cd alpine3_s390x
94+ $ docker build --rm --force-rm --squash -t evolvedbinary/rocksjava:alpine3_s390x-be .
95+ ```
96+
8497# Testing a Docker Image
8598
8699For example to test the Docker CentOS 6 x64 build environment for RocksDB:
You can’t perform that action at this time.
0 commit comments