Build fails
Forked project and kicked off Github action for build and the jobs fails with:
./build.sh: line 1073: /home/runner/work/luckfox-pico/luckfox-pico/sdk/output/out/rootfs_uclibc_rv1106/bin/sdkinfo: No such file or directory [build.sh:error] Running __PACKAGE_ROOTFS failed! [build.sh:error] exit code 1 from line 1073:
Same: https://github.com/gbin/luckfox-pico-alpine/actions/runs/12536754265/job/34960103776
Same: https://github.com/gbin/luckfox-pico-alpine/actions/runs/12536754265/job/34960103776
Adding this to rootfs.sh for the docker run fixed this for me:
--platform=linux/amd64
Added it to the second docker run but I have still the same issue: https://github.com/gbin/luckfox-pico-alpine/actions/runs/12549356239/job/34990272044
Not found /home/runner/work/luckfox-pico-alpine/luckfox-pico-alpine/sdk/.repo/manifest.xml [ignore] !!!
./build.sh: line 1073: /home/runner/work/luckfox-pico-alpine/luckfox-pico-alpine/sdk/output/out/rootfs_uclibc_rv1106/bin/sdkinfo: No such file or directory
[build.sh:error] Running __PACKAGE_ROOTFS failed!
[build.sh:error] exit code 1 from line 1073:
Sorry, I posted the wrong commit from my fork, try: --platform=linux/arm/v7 \