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

Support compiling openresty under arm64 architecture #170

Open
soulbird opened this issue Mar 15, 2022 · 3 comments
Open

Support compiling openresty under arm64 architecture #170

soulbird opened this issue Mar 15, 2022 · 3 comments

Comments

@soulbird
Copy link
Contributor

No description provided.

@tzssangglass
Copy link
Contributor

I remember that @bzp2010 tried

@soulbird
Copy link
Contributor Author

I remember that @bzp2010 tried

I have done it, will add PR

@bzp2010
Copy link
Collaborator

bzp2010 commented Mar 19, 2022

Currently we use apisix-base as the patched openresty version, in alpine we already support building ARM64 versions.

run: |
docker buildx build -t api7/apisix-base:${{ steps.tag_env.outputs.version }} --push \
--build-arg VERSION=${{ steps.tag_env.outputs.version }} --platform linux/amd64,linux/arm64 \
-f ./dockerfiles/Dockerfile.apisix-base.apk .

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

No branches or pull requests

3 participants