Skip to content

Commit

Permalink
Linux arm64 launcher required for Mac users
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.
  • Loading branch information
gogolok committed Nov 17, 2024
1 parent 442dea6 commit f5aa889
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)

Check warning on line 45 in content/docs/for-platform-operators/tutorials/lifecycle/_index.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "content/docs/for-platform-operators/tutorials/lifecycle/_index.md", "range": {"start": {"line": 45, "column": 90}}}, "severity": "INFO"}

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 f5aa889

Please sign in to comment.