3scale / apisonator

Red Hat 3scale API Management Apisonator backend
https://3scale.net
Apache License 2.0
36 stars 27 forks source link

Add s390x support to ci-build #317

Closed DaniilRomanov closed 2 years ago

DaniilRomanov commented 2 years ago

When running make ci-build it uses Dockerfile.ci based on CentOS image, but there is no CentOS for s390x architecture. New Dockerfile.ci.s390x is made from original one and based on Ubuntu. One can run make ci-build-s390x, it successfully builds an image for s390x and this image passes all tests by make DOCKER_OPTS="-e TEST_ALL_RUBIES=1" test.

krishvoor commented 2 years ago

Hi @eguzki - request for your review.

eguzki commented 2 years ago

I will leave to @unleashed

DaniilRomanov commented 2 years ago

I accept the notices and close current PR to re-do it.