Skip to content

Separate the tools and build output from bin folder #135

@dtfranz

Description

@dtfranz

Currently the build binary output and tool binaries are both getting put into the bin/ folder. This adds a lot of overhead to the docker build context and slows down the builds.
Rukpak uses a separate tools folder with its own go.mod used to pull down the tools it needs. We should add something like this and make the required changes to the Makefile to support that. That will let us keep a separate binary folder for the build output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions