Skip to content

docs: Suggest to build binaries inside dist folder#8

Closed
federicobozzini wants to merge 1 commit into
arm:mainfrom
federicobozzini:dist-build
Closed

docs: Suggest to build binaries inside dist folder#8
federicobozzini wants to merge 1 commit into
arm:mainfrom
federicobozzini:dist-build

Conversation

@federicobozzini

Copy link
Copy Markdown
Contributor

Changes

  • updated docs to suggest developers to build binaries inside dist folder

Checklist

  • 🤖 This change is covered by tests as required.
  • 🤹 All required manual testing has been performed.
  • 📖 All documentation updates are complete.

Signed-off-by: federicobozzini <federico.bozzini@gmail.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the development documentation to standardize binary output to a dedicated dist folder instead of building binaries in the root directory. This improves project organization by consolidating build artifacts in a single location.

  • Updated all go build commands to output binaries to the dist/ folder
  • Added mkdir -p dist commands to ensure the directory exists before building
  • Updated all binary execution paths in examples to reference the new location

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@federicobozzini

Copy link
Copy Markdown
Contributor Author

Let's keep the binaries in the root folder and ignore them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants