buildx failed with: ERROR: failed to solve: process "/bin/sh -c <<-\"EOF\" bash\n set -e\n\n toolchain=\"/arm-none-eabi-toolchain\"\n mkdir -p \"$toolchain\"\n\n rm -rf \"$toolchain\"/{share,include}\n rm -rf \"$toolchain\"/lib/gcc/arm-none-eabi/13.3.1/arm\n rm -f \"$toolchain\"/bin/arm-none-eabi-{gdb,gdb-py,cpp,gcc-13.3.1}\n \n find \"$toolchain\"/arm-none-eabi/lib/thumb -mindepth 1 -maxdepth 1 ! -name 'v7-a+simd' -exec rm -rf {} +\n find \"$toolchain\"/lib/gcc/arm-none-eabi/13.3.1/thumb -mindepth 1 -maxdepth 1 ! -name 'v7-a+simd' -exec rm -rf {} +\n find \"$toolchain\"/arm-none-eabi/include/c++/13.3.1/arm-none-eabi/thumb -mindepth 1 -maxdepth 1 ! -name 'v7-a+simd' -exec rm -rf {} + \n\n apk cache clean # Cleanup image\nEOF" did not complete successfully: exit code: 1