Update spy_guardiand.bash

This commit is contained in:
Gaurav Joshi 2023-06-02 06:26:15 +05:30 committed by GitHub
parent b3a2a04788
commit 387e6b6be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ set -euo pipefail
HOST=
machine=$(uname -m)
if [ machine = "arm64" ]; then
HOST="host.docker.internal"
else