chore: update e2e env to force ssl and tweak setup to detect arm64 arch

This commit is contained in:
ramvignesh-b
2026-04-24 03:13:03 +05:30
parent d92590f764
commit 7f61ce169e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ case $OS in
;;
esac
case $ARCH in
arm64)
arm64|aarch64)
MKCERT_ARCH="arm64"
;;
*)