Skip to content

Commit

Permalink
Note mutli-arch support excludes cross-build (#748)
Browse files Browse the repository at this point in the history
* Note mutli-arch support excludes cross-build

We are currently limited to building an application image for a platform
on that platform

Signed-off-by: Aidan Delaney <[email protected]>
Signed-off-by: Aidan Delaney <[email protected]>

* Bump pack tools dependency

Bump to the latest `pack` in our tools

Signed-off-by: Aidan Delaney <[email protected]>
Signed-off-by: Aidan Delaney <[email protected]>

---------

Signed-off-by: Aidan Delaney <[email protected]>
Signed-off-by: Aidan Delaney <[email protected]>
  • Loading branch information
AidanDelaney committed Aug 7, 2024
1 parent 8e1f8bd commit 34da43a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,9 @@ <h1 class="title">Build for ARM architecture</h1>

<p>Building for the ARM architecture is now easier than ever! The <code>heroku/builder:24</code> 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&rsquo;s <a href="https://github.com/heroku/buildpacks">Cloud Native Buildpacks here</a>.</p>
<blockquote>
<p><strong>NOTE:</strong> 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.</p>
</blockquote>
<h3 id="1-clone-the-samplessamples-repository">1. Clone the <a href="https://github.com/buildpacks/samples">samples</a> repository</h3>
<pre tabindex="0"><code># clone the repo
git clone https://github.com/buildpacks/samples
Expand Down

0 comments on commit 34da43a

Please sign in to comment.