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

This commit is contained in:
Alex Zenla
2024-08-26 02:18:56 -04:00
committed by GitHub
parent 0d2b7a3ae3
commit b6c726e7aa
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"