Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ iso-efi-size-check:
RUN mcopy -i fat.img esp/ABC ::
RUN mkdir -p iso
RUN cp fat.img iso
RUN xorriso -as mkisofs -e fat.img -no-emul-boot -o efi-size-check.iso iso
RUN xorriso -as mkisofs -e fat.img -no-emul-boot -isohybrid-gpt-basdat -o efi-size-check.iso iso

SAVE ARTIFACT efi-size-check.iso AS LOCAL ./build/

Expand Down