Skip to content

Commit 8ddd804

Browse files
manylinux image build
1 parent e8f5018 commit 8ddd804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
run: |
215215
START_TIME=$(date +%s)
216216
217-
if [[ ${BUILD_ENVIRONMENT} == *"s390x"* !! ${BUILD_ENVIRONMENT} == *"ppc64le"* ]]; then
217+
if [[ ${BUILD_ENVIRONMENT} == *"s390x"* || ${BUILD_ENVIRONMENT} == *"ppc64le"* ]]; then
218218
JENKINS_USER=
219219
USED_IMAGE="${DOCKER_IMAGE_S390X}"
220220
# ensure that docker container cleanly exits in 12 hours

0 commit comments

Comments
 (0)