Skip to content

Commit

Permalink
Update build-for-arm.md (#774)
Browse files Browse the repository at this point in the history
Add .NET to list of supported multi-arch buildpacks

Signed-off-by: Rune Soerensen <[email protected]>
  • Loading branch information
AidanDelaney committed Oct 22, 2024
1 parent 65b0d9c commit 0a8b1c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ <h1 class="title">Build for ARM architecture</h1>
</div>

<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>
multi-arch .NET, 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>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">

<head>
<meta name="generator" content="Hugo 0.136.1">
<meta name="generator" content="Hugo 0.136.3">



Expand Down

0 comments on commit 0a8b1c3

Please sign in to comment.