build-arm.sh: print total build time

This commit is contained in:
John MacFarlane 2021-03-07 19:02:36 -08:00
parent 7eb4662df4
commit f8e848094c

View file

@ -92,4 +92,7 @@ echo "Successful build. Retrieving artifacts..."
scp -i "$HOME/.ssh/$KEY_NAME.pem" -r "admin@$IPADDR:src/pandoc/linux/artifacts" "arm-build-artifacts-$(date +%s)"
# Let's see how long this took!
uptime
exit 0