mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 15:20:17 +00:00
add support for xen boot via standard chainload
This commit is contained in:
6
hack/dev/vm/Dockerfile.xen
Normal file
6
hack/dev/vm/Dockerfile.xen
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 AS build
|
||||
ARG TARGETPLATFORM
|
||||
RUN apk add --no-cache xen-hypervisor && cp /usr/lib/efi/xen.efi /xen.efi
|
||||
|
||||
FROM scratch AS final
|
||||
COPY --from=build /xen.efi /xen.efi
|
||||
Reference in New Issue
Block a user