Skip to content
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

Move ci to buildx for multiarch images #231

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

byrnedo
Copy link

@byrnedo byrnedo commented May 4, 2023

@neomantra Hi again.
Is it vital that openresty images keep the arch suffix on the image names? Would it be ok to skip those?

@byrnedo byrnedo changed the title Initial work to move to buildx Move ci to buildx for multiarch images May 4, 2023
@byrnedo
Copy link
Author

byrnedo commented May 4, 2023

ah damn, I just realised that there's possibly no actual debian openresty armv7 package for instance...

@neomantra
Copy link
Member

The reason for the architecture suffix is to identify them for the manifest step. If all of it works without them, then I think that's OK? I never advertised them, so any compatibility issue is people's own problem. Plus they should use tagged releases, of which these would be a new tag.

There are two kinds of images, built-from-source and built-from-upstream. If there's no architecture release upstream, we obviously can't support it directly. We can try still try to build it from source, but the QA level is different.

It looks like arm7 is not supported by LuaJIT? That is a blocker for sure.

@byrnedo
Copy link
Author

byrnedo commented May 5, 2023

Ok good, might make things a bit simpler.

Well I got it to build and run locally last night from source but it took absolutely ages. Would running any aspect of openresty confirm if luajit is working? Or would I have to have it evaluate some custom lua code to know?

@neomantra
Copy link
Member

Perhaps you can start with looking at LuaJIT itself and running its test suite in isolation. You should use OpenResty's fork. I'm curious what your hardware is.

@byrnedo
Copy link
Author

byrnedo commented May 5, 2023

I ran the build last night on a raspberry-pi 2b and then cross compiled on my mac M1 and both 'seem to work'. Ok yeah, good idea, can try that.

@neomantra
Copy link
Member

neomantra commented May 5, 2023

In searching for it I also found this for OpenResty luajit2-test-suite. . Searching around, it seems people use LuaJIT and OpenResty on Raspberry Pi. Is this because it is older or 32-bit?

Have you tried the aarch64 images? Maybe they just work?

@wojiushixiaobai
Copy link

It takes about 2-3 hours to build using qemu, including architectures linux/amd64, linux/arm64, linux/s390x, linux/ppc64le, linux/arm/v7

Issue:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants