Update CI.yml

This commit is contained in:
Alexey Pustovalov 2020-09-08 15:22:39 +03:00 committed by GitHub
parent d5e3ef6974
commit c3ecd898b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,8 +89,7 @@ jobs:
fi
if [ "${{ matrix.os }}" == "centos" ]; then
#DOCKER_PLATFORM="linux/amd64,linux/arm64,linux/ppc64le"
DOCKER_PLATFORM="linux/amd64"
DOCKER_PLATFORM="linux/amd64,linux/arm64,linux/ppc64le"
fi
if [ "${{ matrix.build }}" == "java-gateway" ]; then