Skip to content

Commit da324c0

Browse files
committed
Update install-runtime-packages.sh
1 parent c4a0f29 commit da324c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build_scripts/install-runtime-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ elif [ "${OS_ID_LIKE}" == "rhel" ]; then
120120
echo "tsflags=nodocs" >> /etc/dnf/dnf.conf
121121
dnf -y upgrade
122122
EPEL=epel-release
123-
if [ "${AUDITWHEEL_ARCH}" == "i686" ]; then
123+
if [ "${AUDITWHEEL_ARCH}" == "i686" ] || [ "${AUDITWHEEL_ARCH}" == "riscv64" ]; then
124124
EPEL=
125125
fi
126126
dnf -y install dnf-plugins-core ${EPEL}

0 commit comments

Comments
 (0)