Skip to content

Commit

Permalink
Disable building ppc64le docker image
Browse files Browse the repository at this point in the history
Temurin JDK 21 (first release) is not available for ppc64 as it requires some upstream fixes
  • Loading branch information
wendigo committed Oct 13, 2023
1 parent a51f4d0 commit 32b8153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Builds the Trino Docker image
EOF
}

ARCHITECTURES=(amd64 arm64 ppc64le)
ARCHITECTURES=(amd64 arm64)
TRINO_VERSION=

while getopts ":a:h:r:" o; do
Expand Down

0 comments on commit 32b8153

Please sign in to comment.