Attempt 1 #1

Open
seeseemelk wants to merge 8 commits from attempt-1 into master
Showing only changes of commit f42d65267b - Show all commits

View File

@@ -7,7 +7,7 @@
# - CMake + Ninja for the build system
# - xorriso and mtools used internally by grub-mkrescue / grub-mkimage
FROM alpine:3.23
FROM --platform=linux/amd64 alpine:3.23
RUN apk add --no-cache \
# Core build tools
@@ -19,6 +19,7 @@ RUN apk add --no-cache \
git \
# GRUB image generation
grub \
grub-bios \
xorriso \
mtools \
# QEMU for running the OS