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

feat: update apisix-base to cross-compile on minideb #154

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

bzp2010
Copy link
Collaborator

@bzp2010 bzp2010 commented Jan 13, 2022

  • change base image to minideb "bullseye - 11" (The bitnami‘s image is usually used in a debian-based cropped version)
  • nearly 50x speedup by using of full cross-compilation

Copy link
Contributor

@spacewander spacewander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't need it yet

@@ -88,6 +88,8 @@ cd apisix-nginx-module/patch || exit 1
cd ../..

cd wasm-nginx-module || exit 1
if [ -z $TARGETARCH ] ; then export TARGETARCH="amd64"; fi
if [ "$TARGETARCH" = "arm64" ] ; then sed -i 's/x86_64/aarch64/g' ./install-wasmtime.sh; fi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

4 participants