We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab087e5 commit e430a41Copy full SHA for e430a41
imager/make-release
@@ -90,7 +90,6 @@ rm -rf "${output_dir}"
90
mkdir "${output_dir}"
91
92
# Build the different boot priority flavours
93
-gen_release "${config_dir}/boot-conf-default.txt" "${output_dir}/${output_basename}-${tag}.zip"
94
for variant in sd usb network; do
95
gen_release "${config_dir}/boot-conf-${variant}.txt" "${output_dir}/${output_basename}-${tag}-${variant}.zip"
96
done
0 commit comments