Skip to content

Commit

Permalink
Added s390x for Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Oct 28, 2021
1 parent 7cd186e commit 52c2f42
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfiles/build-mysql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ RUN set -eux && \
armv7l) \
additional_components='--enable-java'; \
;; \
s390x) \
additional_components='--enable-java'; \
;; \
ppc64le) \
additional_components=''; \
;; \
Expand Down
3 changes: 3 additions & 0 deletions Dockerfiles/build-pgsql/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ RUN set -eux && \
armv7l) \
additional_components='--enable-java'; \
;; \
s390x) \
additional_components='--enable-java'; \
;; \
ppc64le) \
additional_components=''; \
;; \
Expand Down
3 changes: 3 additions & 0 deletions Dockerfiles/build-sqlite3/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ RUN set -eux && \
armv7l) \
additional_components='--enable-java'; \
;; \
s390x) \
additional_components='--enable-java'; \
;; \
ppc64le) \
additional_components=''; \
;; \
Expand Down
3 changes: 2 additions & 1 deletion build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"linux/amd64",
"linux/arm/v6",
"linux/arm/v7",
"linux/arm64"
"linux/arm64",
"linux/s390x"
],
"ol": [
"linux/amd64",
Expand Down

0 comments on commit 52c2f42

Please sign in to comment.