We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c546062 commit 3d417a4Copy full SHA for 3d417a4
1 file changed
universal/ubi10/Dockerfile
@@ -149,7 +149,7 @@ RUN mkdir -p $GOBIN \
149
&& case "$TARGETARCH" in \
150
amd64) GO_ARCH="amd64" ;; \
151
arm64) GO_ARCH="arm64" ;; \
152
- ppc64le) GO_ARCH="ppc64" ;; \
+ ppc64le) GO_ARCH="ppc64le" ;; \
153
*) echo "Unsupported architecture: $TARGETARCH" && exit 1 ;; \
154
esac \
155
&& GO_VERSION="1.25.5" \
0 commit comments