feature(kernel): switch to linux-kernel-oci images

This commit is contained in:
Alex Zenla
2024-08-25 22:02:43 -07:00
parent 0d2b7a3ae3
commit b5ebab7ce2
2 changed files with 3 additions and 3 deletions

View File

@ -16,4 +16,4 @@ fi
export TARGET_ARCH
TARGET_ARCH="" TARGET_LIBC="" RUST_TARGET="${HOST_RUST_TARGET}" ./hack/build/cargo.sh build -q --bin build-fetch-kernel
exec "target/${HOST_RUST_TARGET}/debug/build-fetch-kernel" "ghcr.io/edera-dev/kernels:latest"
exec "target/${HOST_RUST_TARGET}/debug/build-fetch-kernel" "ghcr.io/edera-dev/linux-kernel:latest"