Skip to content

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