mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
Merge pull request #656 from crawford/licenses
build_library: upload image licenses
This commit is contained in:
commit
9b2bcb3622
@ -126,5 +126,6 @@ EOF
|
|||||||
upload_image -d "${BUILD_DIR}/${image_name}.bz2.DIGESTS" \
|
upload_image -d "${BUILD_DIR}/${image_name}.bz2.DIGESTS" \
|
||||||
"${BUILD_DIR}/${image_contents}" \
|
"${BUILD_DIR}/${image_contents}" \
|
||||||
"${BUILD_DIR}/${image_packages}" \
|
"${BUILD_DIR}/${image_packages}" \
|
||||||
|
"${BUILD_DIR}/${image_licenses}" \
|
||||||
"${BUILD_DIR}/${image_name}"
|
"${BUILD_DIR}/${image_name}"
|
||||||
}
|
}
|
||||||
|
@ -132,6 +132,7 @@ EOF
|
|||||||
local to_upload=(
|
local to_upload=(
|
||||||
"${BUILD_DIR}/${image_contents}"
|
"${BUILD_DIR}/${image_contents}"
|
||||||
"${BUILD_DIR}/${image_packages}"
|
"${BUILD_DIR}/${image_packages}"
|
||||||
|
"${BUILD_DIR}/${image_licenses}"
|
||||||
"${BUILD_DIR}/${image_name}"
|
"${BUILD_DIR}/${image_name}"
|
||||||
"${BUILD_DIR}/${image_kernel}"
|
"${BUILD_DIR}/${image_kernel}"
|
||||||
"${BUILD_DIR}/${image_pcr_policy}"
|
"${BUILD_DIR}/${image_pcr_policy}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user