Current publish docker image github workflow tries to build x86 and arm64 images, but Dockerfile is set up to only build x86 (I think).
Will be disabling the arm64 images for now, but if we want to reenable them in the future, Yingqi got it running on his mac by doing this
Failed run
Error:
> [build-linux 7/8] RUN make -j $(nproc) KCFLAGS=-Wno-array-bounds bzImage arch/x86/entry/vdso:
0.434 SYNC include/config/auto.conf.cmd
1.968 make: *** No rule to make target 'bzImage'. Stop.
Failing command
Current publish docker image github workflow tries to build x86 and arm64 images, but Dockerfile is set up to only build x86 (I think).
Will be disabling the arm64 images for now, but if we want to reenable them in the future, Yingqi got it running on his mac by doing this
Failed run
Error:
Failing command