remove provenance build flag for now

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
Guillaume Lours 2025-05-20 17:14:54 +02:00
parent 0566431c64
commit 7e198ee6a3
5 changed files with 7 additions and 21 deletions

View file

@ -160,7 +160,7 @@ type BuildOptions struct {
// Check let builder validate build configuration
Check bool
// Provenance
Provenance *string
Provenance bool
}
// Apply mutates project according to build options