Skip to content

Commit

Permalink
local-build: fix default values for OVMF build
Browse files Browse the repository at this point in the history
Existing value has wrong name and compression type
leading to installation failure.

Signed-off-by: Tobin Feldman-Fitzthum <[email protected]>
  • Loading branch information
fitzthum committed May 10, 2023
1 parent b8bbe63 commit dbcc3b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ install_shimv2() {

install_ovmf() {
ovmf_type="${1:-x86_64}"
tarball_name="${2:-edk2.tar.xz}"
tarball_name="${2:-edk2-x86_64.tar.gz}"

local component_name="ovmf"
local component_version="$(get_from_kata_deps "externals.ovmf.${ovmf_type}.version")"
Expand Down

0 comments on commit dbcc3b5

Please sign in to comment.