Skip to content

Commit

Permalink
Add an identifier to each ISO name:
Browse files Browse the repository at this point in the history
This allows each flavor of HookOS to be
differentiated. This is needed in CI and for
GitHub artifacts in the releases.

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Nov 13, 2024
1 parent 48ec920 commit 7fdba3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/linuxkit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function linuxkit_build() {
"--docker"
"--arch" "${kernel_info['DOCKER_ARCH']}"
"--format" "iso-efi-initrd"
"--name" "hook"
"--name" "hook-${OUTPUT_ID}"
"--cache" "${lk_cache_dir}"
"--dir" "${lk_iso_output_dir}"
"hook.${inventory_id}.yaml" # the linuxkit configuration file
Expand Down

0 comments on commit 7fdba3c

Please sign in to comment.