Skip to content

Commit 7fdba3c

Browse files
Add an identifier to each ISO name:
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]>
1 parent 48ec920 commit 7fdba3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash/linuxkit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function linuxkit_build() {
9292
"--docker"
9393
"--arch" "${kernel_info['DOCKER_ARCH']}"
9494
"--format" "iso-efi-initrd"
95-
"--name" "hook"
95+
"--name" "hook-${OUTPUT_ID}"
9696
"--cache" "${lk_cache_dir}"
9797
"--dir" "${lk_iso_output_dir}"
9898
"hook.${inventory_id}.yaml" # the linuxkit configuration file

0 commit comments

Comments
 (0)