We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a0f29 commit da324c0Copy full SHA for da324c0
docker/build_scripts/install-runtime-packages.sh
@@ -120,7 +120,7 @@ elif [ "${OS_ID_LIKE}" == "rhel" ]; then
120
echo "tsflags=nodocs" >> /etc/dnf/dnf.conf
121
dnf -y upgrade
122
EPEL=epel-release
123
- if [ "${AUDITWHEEL_ARCH}" == "i686" ]; then
+ if [ "${AUDITWHEEL_ARCH}" == "i686" ] || [ "${AUDITWHEEL_ARCH}" == "riscv64" ]; then
124
EPEL=
125
fi
126
dnf -y install dnf-plugins-core ${EPEL}
0 commit comments