Skip to content

Commit f060484

Browse files
authored
Merge pull request cds-hooks#506 from josegonzalez/patch-1
Note that image builders do not exist for arm64
2 parents 0a77deb + 0c296b3 commit f060484

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/docs/app-developer-guide/build-an-arm-app.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ weight=2
44
summary="The basics of taking your app from source code to runnable ARM image."
55
+++
66

7-
As of today, there are no CNB platforms (e.g. [pack][pack]) that support building ARM application images. In the following tutorial, we will be performing a build "manually", in that we will be performing a build by invoking the lifecycle directly.
7+
As of today, there are no known released CNB builder images that support building ARM application images. Users can create their own ARM64 builder image by following [this guide][this guide].
8+
9+
In the following tutorial, we will be performing a build "manually", in that we will be performing a build by invoking the lifecycle directly.
810

911
### 1. Prepare your working directory
1012

@@ -90,3 +92,4 @@ The app image should now be built and stored on the docker daemon. You may perfo
9092
[docker]: https://docs.docker.com
9193
[samples]: https://github.com/buildpacks/samples
9294
[lifecycle]: https://github.com/buildpacks/lifecycle
95+
[this guide]: https://github.com/dmikusa-pivotal/paketo-arm64

0 commit comments

Comments
 (0)