-
Notifications
You must be signed in to change notification settings - Fork 3
Building Kong on s390x
The instructions provided below specify the steps to build Kong version 2.1.4 and 'next' on Linux on IBM Z for the following distributions:
- Ubuntu (18.04)
If you do not need a custom build of Kong on s390x, you may opt for the multi-arch alpine docker image docker.io/linuxforhealth/kong:2.1.4 which supports amd64, arm64 and s390x.
General Note:
When following the steps below you will need access to the docker command and may therefore need to sudo su
.
1.1) Set up build environment
1.2) Set OpenResty version
1.3) Build Kong apk
1.4) Build Kong alpine image
2.1) Run all test cases
References: CouchDB 3.1.0 Documentation
The information provided in this article is accurate at the time of writing, but on-going development in the open-source projects involved may make the information incorrect or obsolete. Please open an issue in the LinuxForHealth/kong-build-tools repo if you have any questions or feedback.