Merge branch 'master' into arm64

This commit is contained in:
Serge Schneider
2023-11-27 15:34:52 +00:00
6 changed files with 44 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ time ${DOCKER} run \
echo "copying results from deploy/"
${DOCKER} cp "${CONTAINER_NAME}":/pi-gen/deploy - | tar -xf -
echo "copying log from container ${CONTAINER_NAME} to depoy/"
echo "copying log from container ${CONTAINER_NAME} to deploy/"
${DOCKER} logs --timestamps "${CONTAINER_NAME}" &>deploy/build-docker.log
ls -lah deploy