Skip to content

Commit

Permalink
Linux arm64 launcher required for Mac users (#788)
Browse files Browse the repository at this point in the history
When a Mac users exports the artifacts built by the `builder`, the
`launcher` executable packaged into an OCI image must be linux arm64 in
the tutorial.

Signed-off-by: Robert Gogolok <[email protected]>
  • Loading branch information
AidanDelaney committed Nov 19, 2024
1 parent c33cc8f commit f0b3c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/for-platform-operators/tutorials/lifecycle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ <h3 id="build-the-lifecycle">Build the lifecycle</h3>
<p>As a starting step, you need to build the <code>lifecycle</code> in order to use its phases. This could be done by navigating to the <code>lifecycle</code> directory and executing one of the following commands, depending on your system architecture.</p>
<ul>
<li><code>make build-linux-amd64</code> for <code>AMD64</code> architectures (for Linux users)</li>
<li><code>make build-darwin-arm64</code> for <code>ARM64</code> architectures (for Mac users)</li>
<li><code>make build-darwin-arm64 &amp;&amp; make build-linux-arm64-launcher</code> for <code>ARM64</code> architectures (for Mac users)</li>
</ul>
<p>It&rsquo;s recommended to check the <a href="https://github.com/buildpacks/lifecycle/releases">lifecycle releases</a> page to download binaries based on your system.</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.138.0">
<meta name="generator" content="Hugo 0.139.0">



Expand Down

0 comments on commit f0b3c40

Please sign in to comment.