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 17, 2023
1 parent 989f48b commit e731e41
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 e731e41

Please sign in to comment.