We're adding labels to the image based on which components are present. Currently, only the 'vitis' label is being added and changing its value results in invalidating the whole build cache since it's set very early in the stages.
The labels should be added at the end and the Dockerfile can be better laid out to parallelize building the different platforms
We're adding labels to the image based on which components are present. Currently, only the 'vitis' label is being added and changing its value results in invalidating the whole build cache since it's set very early in the stages.
The labels should be added at the end and the Dockerfile can be better laid out to parallelize building the different platforms