We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65c99f5 + 6125785 commit 20f6ce2Copy full SHA for 20f6ce2
images/build/cross/default/Dockerfile
@@ -78,7 +78,8 @@ fi
78
RUN targetArch=$(echo $TARGETPLATFORM | cut -f2 -d '/') \
79
&& if [ ${targetArch} = "arm64" ]; then \
80
apt-get update \
81
- && apt-get install -y build-essential gcc-x86-64-linux-gnu; \
+ && apt-get install -y build-essential gcc-x86-64-linux-gnu \
82
+ && apt-get install -y crossbuild-essential-ppc64el crossbuild-essential-s390x; \
83
fi
84
85
0 commit comments