Skip to content

Commit 3d417a4

Browse files
committed
fixed go installation for ppc64le Signed-off-by: Prabhu K <Prabhu.K@ibm.com>
1 parent c546062 commit 3d417a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

universal/ubi10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ RUN mkdir -p $GOBIN \
149149
&& case "$TARGETARCH" in \
150150
amd64) GO_ARCH="amd64" ;; \
151151
arm64) GO_ARCH="arm64" ;; \
152-
ppc64le) GO_ARCH="ppc64" ;; \
152+
ppc64le) GO_ARCH="ppc64le" ;; \
153153
*) echo "Unsupported architecture: $TARGETARCH" && exit 1 ;; \
154154
esac \
155155
&& GO_VERSION="1.25.5" \

0 commit comments

Comments
 (0)