From 1b133d2ac9db1fb9ef6e8098a54407f9caba81f7 Mon Sep 17 00:00:00 2001
From: Dmytro Bogatov <dmytro@dbogatov.org>
Date: Mon, 14 Feb 2022 22:01:11 -0500
Subject: [PATCH] Update test.sh

---
 test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test.sh b/test.sh
index 539805e..f937682 100755
--- a/test.sh
+++ b/test.sh
@@ -37,7 +37,7 @@ done
 
 echo ">>> Testing CSPELL..."
 
-docker run -it -v "$(pwd)":/code --entrypoint /bin/bash dbogatov/docker-images:cspell-latest -c "cd /code && cspell -c .vscode/cSpell.json document/**/*.tex document/*.tex"
+docker run -it -v "$(pwd)":/code --entrypoint /bin/bash dbogatov/docker-images:cspell-latest-multi-arch -c "cd /code && cspell -c .vscode/cSpell.json document/**/*.tex document/*.tex"
 
 if [[ $? != 0 ]];
 then
-- 
GitLab