Fix tests for linux/386 Docker image platform
This commit is contained in:
parent
007504af65
commit
7feae7afe4
@ -14,6 +14,8 @@
|
||||
[ "$output" = "armv7l" ]
|
||||
elif [ "$PLATFORM" = "linux/arm64/v8" ]; then
|
||||
[ "$output" = "aarch64" ]
|
||||
elif [ "$PLATFORM" = "linux/386" ]; then
|
||||
[ "$output" = "x86_64" ]
|
||||
else
|
||||
[ "$output" = "$(echo $PLATFORM | cut -d '/' -f2-)" ]
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user