Azure / acr-builder

Azure Container Registry Build Runner
MIT License
38 stars 35 forks source link

[Refactor] Update Build step command during Task initialization #472

Closed shahzzzam closed 1 year ago

shahzzzam commented 5 years ago

What is the problem you're trying to solve A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Right now, the build step cmd is being updated when the Task is run. aka. during builder.runStep().

It adds Windows Hyperv isolation command It adds stuff related to buildx

This can be moved to task initialization.

Describe the solution you'd like A clear and concise description of what you want to happen.

Additional context Add any other context or screenshots about the feature request here.