Skip to content

Commit

Permalink
support cosa buildextend-qemu-secex
Browse files Browse the repository at this point in the history
`qemu-secex` is the artifact name used in meta.json and elsewhere
so let's support calling it that way like we do for other artifacts.

The `cmd-buildextend-secex` symlink is left in place for backwards
compatibilty.

(cherry picked from commit 85931e4)
  • Loading branch information
dustymabe committed Nov 11, 2024
1 parent eb0403a commit 43069be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cmd-buildextend-metal
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ case "$(basename "$0")" in
image_type=qemu
image_suffix=-secex
;;
"cmd-buildextend-qemu-secex")
secure_execution=1
image_type=qemu
image_suffix=-secex
;;
*) fatal "called as unexpected name $0";;
esac

Expand Down
1 change: 1 addition & 0 deletions src/cmd-buildextend-qemu-secex

0 comments on commit 43069be

Please sign in to comment.