Skip to content

Commit

Permalink
Merge branch 'main' into for_platform_operators_image_run_output
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanDelaney authored Nov 19, 2024
2 parents f355ab5 + ae50e3b commit 818d917
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 818d917

Please sign in to comment.