Skip to content

Commit 956c0b3

Browse files
committed
Exclude i386 from NodeJS tests
1 parent 4bbdf2e commit 956c0b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/120-main-vhost__reverse-proxy.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ IMAGE="${1}"
1010
TAG="${2}"
1111
ARCH="${3}"
1212

13+
if [ "${ARCH}" = "linux/386" ]; then
14+
echo "Skipping, no Node image available for i386"
15+
exit 0
16+
fi
17+
1318

1419
###
1520
### Load Library

0 commit comments

Comments
 (0)