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
gogolok authored Nov 19, 2024
1 parent 442dea6 commit ae50e3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Now that you’re set up, let’s build our `Bash` application and dive deeper i
As a starting step, you need to build the `lifecycle` in order to use its phases. This could be done by navigating to the `lifecycle` directory and executing one of the following commands, depending on your system architecture.

* `make build-linux-amd64` for `AMD64` architectures (for Linux users)
* `make build-darwin-arm64` for `ARM64` architectures (for Mac users)
* `make build-darwin-arm64 && make build-linux-arm64-launcher` for `ARM64` architectures (for Mac users)

It's recommended to check the [lifecycle releases][releases] page to download binaries based on your system.
> Please note that the entire process is most easily followed on Linux systems
Expand Down

0 comments on commit ae50e3b

Please sign in to comment.