Skip to content

Commit cc59215

Browse files
jozzsiConan-Kudo
authored andcommitted
ci(opensuse): typo that regressed arm runners
1 parent 1d7464c commit cc59215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/container/Dockerfile-opensuse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ RUN zypper --non-interactive install --no-recommends \
6060
# workaround for openSUSE on arm64
6161
# force strict hostonly mode to increase test coverage
6262
RUN \
63-
echo 'hostonly_mode="strict"' > /usr/lib/dracut/dracut.conf.d/02-dist.conf \
63+
echo 'hostonly_mode="strict"' > /usr/lib/dracut/dracut.conf.d/02-dist.conf ;\
6464
KVERSION="$(cd /lib/modules && ls -1 | tail -1)" \
6565
&& if [ "$(arch)"="aarch64" ] && [ -e /usr/lib/modules/"$KVERSION"/Image ]; then ln -sf /usr/lib/modules/"$KVERSION"/Image /usr/lib/modules/"$KVERSION"/vmlinuz; fi

0 commit comments

Comments
 (0)