12add0d91Sopenharmony_ciFROM ubuntu:22.04 22add0d91Sopenharmony_ciRUN apt-get update && apt-get install -y --no-install-recommends \ 32add0d91Sopenharmony_ci gcc libc6-dev ca-certificates \ 42add0d91Sopenharmony_ci gcc-arm-linux-gnueabihf libc6-dev-armhf-cross qemu-user 52add0d91Sopenharmony_ciENV CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc \ 62add0d91Sopenharmony_ci CARGO_TARGET_ARM_UNKNOWN_LINUX_GNUEABIHF_RUNNER="qemu-arm -L /usr/arm-linux-gnueabihf" \ 72add0d91Sopenharmony_ci PATH=$PATH:/rust/bin 8