diff --git a/docs/for-app-developers/how-to/special-cases/build-for-arm/index.html b/docs/for-app-developers/how-to/special-cases/build-for-arm/index.html index 7961b8935..1b40ebb0e 100644 --- a/docs/for-app-developers/how-to/special-cases/build-for-arm/index.html +++ b/docs/for-app-developers/how-to/special-cases/build-for-arm/index.html @@ -899,6 +899,9 @@
Building for the ARM architecture is now easier than ever! The heroku/builder:24
builder supports both AMD64 and ARM64 architectures, and includes
multi-arch Go, Java, Node.js, PHP, Python, Ruby and Scala buildpacks. You can read more about Heroku’s Cloud Native Buildpacks here.
+NOTE: Our current multi-architecture support allows building an ARM64 application image on an ARM64 host, and building an AMD64 application image on an AMD64 host. We do not currently support building an application image for one architecture on a different architecture. However, if your host machine supports emulation (e.g., with QEMU) you may be able to perform cross platform builds, albeit with a performance penalty.
+
# clone the repo
git clone https://github.com/buildpacks/samples