Skip to content

Commit

Permalink
fix(xtask): change dist name for UEFI to hermit-loader-x86_64.efi
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Apr 11, 2024
1 parent 3246061 commit 391a54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl Target {
match self {
Self::X86_64 => "hermit-loader-x86_64",
Self::X86_64Fc => "hermit-loader-x86_64-fc",
Self::X86_64Uefi => "hermit-loader.efi",
Self::X86_64Uefi => "hermit-loader-x86_64.efi",
Self::Aarch64 => "hermit-loader-aarch64",
Self::Riscv64 => "hermit-loader-riscv64",
}
Expand Down

0 comments on commit 391a54c

Please sign in to comment.