mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
riscv path in kernel build was incorrect
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
d35598f960
commit
72f5d331a4
@ -143,7 +143,7 @@ RUN make -j "$(getconf _NPROCESSORS_ONLN)" KCFLAGS="-fno-pie" && \
|
||||
cp arch/arm64/boot/Image.gz /out/kernel; \
|
||||
;; \
|
||||
riscv64) \
|
||||
cp arch/riscv64/boot/Image.gz /out/kernel; \
|
||||
cp arch/riscv/boot/Image.gz /out/kernel; \
|
||||
;; \
|
||||
esac && \
|
||||
cp System.map /out && \
|
||||
|
Loading…
Reference in New Issue
Block a user