Skip to content

Fix: Improve build command for windows compatibility #25

@lolo818

Description

@lolo818

HI,
I encountered an issue when following the installation stpes on windows 11. The the resulting file is named dockerlings without the .exe. Consequently, powershell does not recognize it as an executable.

Would you consider updating the build command to use go env GOEXE?

go build -o bin/dockerlings$(go env GOEXE) ./cmd/dockerlings

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions