Skip to content

feature: Enable PCRE for the dockerfile builds on s390x #278

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
arch: s390x
stage: build
script:
- ./docker_build_and_push_flavor.sh bionic-s390x bionic/Dockerfile --build-arg RESTY_PCRE_BUILD_OPTIONS="" --build-arg RESTY_PCRE_OPTIONS=""
- ./docker_build_and_push_flavor.sh bionic-s390x bionic/Dockerfile

- name: Build Docker image for build-from-source flavor -- focal / aarch64
arch: arm64
Expand All @@ -107,7 +107,7 @@ jobs:
arch: s390x
stage: build
script:
- ./docker_build_and_push_flavor.sh focal-s390x focal/Dockerfile --build-arg RESTY_PCRE_BUILD_OPTIONS="" --build-arg RESTY_PCRE_OPTIONS=""
- ./docker_build_and_push_flavor.sh focal-s390x focal/Dockerfile

- name: Build Docker image for build-from-source flavor -- jammy / aarch64
arch: arm64
Expand All @@ -125,7 +125,7 @@ jobs:
arch: s390x
stage: build
script:
- ./docker_build_and_push_flavor.sh jammy-s390x jammy/Dockerfile --build-arg RESTY_PCRE_BUILD_OPTIONS="" --build-arg RESTY_PCRE_OPTIONS=""
- ./docker_build_and_push_flavor.sh jammy-s390x jammy/Dockerfile

- name: Build Docker image for build-from-source flavor -- noble / aarch64
arch: arm64
Expand All @@ -143,7 +143,7 @@ jobs:
arch: s390x
stage: build
script:
- ./docker_build_and_push_flavor.sh noble-s390x noble/Dockerfile --build-arg RESTY_PCRE_BUILD_OPTIONS="" --build-arg RESTY_PCRE_OPTIONS=""
- ./docker_build_and_push_flavor.sh noble-s390x noble/Dockerfile

###############################################################################
# Build From OpenResty Upstream Flavors
Expand Down