Skip to content

Commit 11f918b

Browse files
manylinux image build
1 parent 58d050e commit 11f918b

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
@@ -215,7 +215,7 @@ jobs:
215215
USE_SPLIT_BUILD: ${{ inputs.use_split_build }}
216216
run: |
217217
START_TIME=$(date +%s)
218-
if [[ ${BUILD_ENVIRONMENT} == *"s390x"* || ${BUILD_ENVIRONMENT} == *"ppc64le"*]]; then
218+
if [[ ${BUILD_ENVIRONMENT} == *"s390x"* || ${BUILD_ENVIRONMENT} == *"ppc64le"* ]]; then
219219
JENKINS_USER=
220220
USED_IMAGE="${DOCKER_IMAGE_S390X}"
221221
# ensure that docker container cleanly exits in 12 hours

0 commit comments

Comments
 (0)