Output architecture when running Docker (#4404)

This commit is contained in:
Peter Hedenskog 2025-01-16 09:33:31 +01:00 committed by GitHub
parent e20fe9ddc1
commit ac29767ad7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ if [[ `which microsoft-edge` ]]; then
microsoft-edge --version
fi
ARCH="$(uname -m)"
echo "Architecture: $ARCH"
BROWSERTIME=/usr/src/app/bin/browsertimeWebPageReplay.js
SITESPEEDIO=/usr/src/app/bin/sitespeed.js
export DBUS_SESSION_BUS_ADDRESS=/dev/null