Skip to content

Commit 74e62fd

Browse files
committed
Updating github-config
1 parent 5cb3c3f commit 74e62fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/package.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ function buildpackage::create() {
143143
pack \
144144
buildpack package "${output}" \
145145
"${args[@]}"
146+
147+
if [[ -e "${BUILD_DIR}/buildpackage-linux-amd64.cnb" ]]; then
148+
echo "Copying linux-amd64 buildpackage to buildpackage.cnb"
149+
cp "${BUILD_DIR}/buildpackage-linux-amd64.cnb" "${BUILD_DIR}/buildpackage.cnb"
150+
fi
146151
}
147152

148153
main "${@:-}"

0 commit comments

Comments
 (0)