ci: unencrypted-image: Don't fail to build on s390x

Let's make sure that we don't fail in case we're building non x86_64.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-08-09 20:29:25 +02:00
parent ebc86091d1
commit eb463b38ec

View File

@ -19,7 +19,7 @@ RUN /bin/sh -c \
curl -LO https://github.com/klauspost/cpuid/releases/download/v2.2.5/cpuid-Linux_x86_64_2.2.5.tar.gz && \ curl -LO https://github.com/klauspost/cpuid/releases/download/v2.2.5/cpuid-Linux_x86_64_2.2.5.tar.gz && \
tar -xvzf cpuid-Linux_x86_64_2.2.5.tar.gz -C /usr/bin && \ tar -xvzf cpuid-Linux_x86_64_2.2.5.tar.gz -C /usr/bin && \
rm -rf cpuid-Linux_x86_64_2.2.5.tar.gz && \ rm -rf cpuid-Linux_x86_64_2.2.5.tar.gz && \
rm -f /usr/bin/LICENSE' rm -f /usr/bin/LICENSE' || true
# This is done just to avoid the following error starting sshd # This is done just to avoid the following error starting sshd
# `sshd: no hostkeys available -- exiting.` # `sshd: no hostkeys available -- exiting.`