Skip to content

Commit 66e4a14

Browse files
committed
Use a multiarch manifest kernel
The previous kernel being used had only had the amd64 flavor available on quay. Linuxkit has no sanity check to ensure the fetched image platform matches the one specified in the command line args. Thus the recent builds of hook all have an x86_64 kernel for both amd64 and arm64 images. Signed-off-by: Manuel Mendez <[email protected]>
1 parent d30dc22 commit 66e4a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kernel:
2-
image: quay.io/tinkerbell/hook-kernel:5.10.85
2+
image: quay.io/tinkerbell/hook-kernel:5.10.85-5604bb0dc1cdb6263770a82bf91cbf7e00ffdd5c
33
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
44

55
init:

0 commit comments

Comments
 (0)