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

Support multiple declarations in a single ARG instruction #82

Merged
merged 1 commit into from
Dec 15, 2020

Conversation

mthalman
Copy link
Owner

The ARG instruction now supports multiple declarations:

ARG arg1=x arg2=y

This updates the ArgInstruction class to support this syntax by defining a new ArgDeclaration type that encapsulates an arg name and value.

@mthalman mthalman merged commit 1e95966 into main Dec 15, 2020
@mthalman mthalman deleted the multi-build-arg branch December 15, 2020 12:19
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.

1 participant