Skip to content

Commit

Permalink
Documenting how to build native binaries for Apple Silicon.
Browse files Browse the repository at this point in the history
  • Loading branch information
andream16 committed Sep 9, 2024
1 parent 920d51f commit 4554100
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ make GOOS=linux GOARCH=arm64 component-binaries

By default, when no supplied, `linux` and `amd64` are the default.

\**For Apple Silicon chips, you might want to use
`GOOS=darwin` and `GOARCH=arm64` when building binaries
locally for development.*

#### Deploying your custom Dracon components Helm package

You can package your components into a Helm package by running the following
Expand Down

0 comments on commit 4554100

Please sign in to comment.