You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add s390x arch for build-from-source flavors, without PCRE JIT (#208)
Flavors: alpine, alpine-fat, bionic, focal/jammy
Build-from-source Dockfiles now have more custom PCRE build options
as s390x does not support PCRE JIT. So we disable it in s390x builds.
Copy file name to clipboardExpand all lines: README.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ The following "flavors" are built from source and are intended for more advanced
95
95
96
96
The `openresty/openresty:latest` tag points to the latest `bullseye` image.
97
97
98
-
Since `1.19.3.2-1`, all flavors support multi-architecture builds, both `amd64` and `aarch64`.
98
+
Since `1.19.3.2-1`, all flavors support multi-architecture builds, both `amd64` and `aarch64`. Since `1.21.4.1-1`, the `s390x` architecture is supported for build-from-source flavors, however [PCRE JIT](https://github.com/zherczeg/sljit/issues/89) is disabled.
99
99
100
100
Starting with `1.13.6.1`, releases are tagged with `<openresty-version>-<image-version>-<flavor>`. The latest `image-version` will also be tagged `<openresty-version>-<flavor>`. The HEAD of the master branch is also labeled plainly as `<flavor>`. The builds are managed by [Travis-CI](https://travis-ci.com/github/neomantra/docker-openresty) and [Appveyor](https://ci.appveyor.com/project/openresty/docker-openresty) (for Windows images).
0 commit comments