Skip to content

Commit

Permalink
Note mutli-arch support excludes cross-build
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
AidanDelaney committed Jul 15, 2024
1 parent 7e0ffc4 commit 9905d8b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ weight=1
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][heroku-buildpacks].

> **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.
### 1. Clone the [samples][samples] repository

```
Expand Down

0 comments on commit 9905d8b

Please sign in to comment.