chore: use pure Go resolver and remove CGO_ENABLED=0 (#603)

This commit is contained in:
Aveline
2025-06-12 14:04:51 +02:00
committed by GitHub
parent 58ade3b551
commit b822b73a03
2 changed files with 7 additions and 4 deletions

View File

@@ -174,7 +174,7 @@ cd "${REMOTE_PATH}"
chmod +x jetkvm_app_debug
# Run the application in the background
PION_LOG_TRACE=${LOG_TRACE_SCOPES} ./jetkvm_app_debug
PION_LOG_TRACE=${LOG_TRACE_SCOPES} GODEBUG=netdns=1 ./jetkvm_app_debug
EOF
echo "Deployment complete."