Add FLOGO_BUILD_CMD env var for custom build commands #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/FLOGO_BUILD_CMD-env-var"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds the
FLOGO_BUILD_CMDenvironment variable so projects that need build tags or other flags can specify a custom build command.Usage:
When unset, behavior is unchanged (defaults to
go build .).Closes #1.