Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add global env #1310

Merged
merged 1 commit into from
May 15, 2024
Merged

feat: Add global env #1310

merged 1 commit into from
May 15, 2024

Conversation

nmittler
Copy link
Contributor

Supports configuring global env variables that will be applied to all builds.

Modifies the builder function to accept a buildContext structure. This will simplify similar modifications in the future.

Fixes #1305

imjasonh
imjasonh previously approved these changes May 14, 2024
docs/configuration.md Outdated Show resolved Hide resolved
Supports configuring global `env` variables that will be applied to all builds.

Modifies the `builder` function to accept a `buildContext` structure. This will simplify similar modifications in the future.

Fixes ko-build#1305

Signed-off-by: Nathan Mittler <[email protected]>
Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

thanks!

@cpanato cpanato merged commit d432560 into ko-build:main May 15, 2024
21 checks passed
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.

feat: Add global env
3 participants