12add0d91Sopenharmony_ciFROM ubuntu:22.04 22add0d91Sopenharmony_ci 32add0d91Sopenharmony_ciRUN dpkg --add-architecture i386 42add0d91Sopenharmony_ciRUN apt-get update 52add0d91Sopenharmony_ciRUN apt-get install -y --no-install-recommends \ 62add0d91Sopenharmony_ci gcc-multilib make libc6-dev git curl ca-certificates libc6-i386 72add0d91Sopenharmony_ci 82add0d91Sopenharmony_ciCOPY install-musl.sh / 92add0d91Sopenharmony_ciRUN sh /install-musl.sh i686 102add0d91Sopenharmony_ci 112add0d91Sopenharmony_ciENV PATH=$PATH:/musl-i686/bin:/rust/bin \ 122add0d91Sopenharmony_ci CC_i686_unknown_linux_musl=musl-gcc \ 132add0d91Sopenharmony_ci RUSTFLAGS="-L /musl-i686/lib" 14