openresty / docker-openresty

Docker tooling for OpenResty
https://hub.docker.com/r/openresty/openresty
BSD 2-Clause "Simplified" License
935 stars 525 forks source link

Add armv7 alpine #230

Closed byrnedo closed 1 year ago

byrnedo commented 1 year ago

Hi, I'd like to get some arm images for using this on raspberry pis. I don't have a trial for travis anymore so is there a way of 'testing' the build for this?

byrnedo commented 1 year ago

Ah nevermind, I see that https://docs.travis-ci.com/user/multi-cpu-architectures/ only has arm64. I think though one could use buildx to do cross platform builds a la: https://www.docker.com/blog/multi-arch-build-what-about-travis/

neomantra commented 1 year ago

I'd accept PRs that restructure the builds, but I won't be addressing it. The whole thing can be set up in a parallel Travis instance and Docker account before transition.

byrnedo commented 1 year ago

ok, I'll close this and open another to move to buildx