mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 23:37:07 +00:00
Use well defined structure for serializing, fixups to make test green
This commit is contained in:
@@ -91,7 +91,7 @@ type LuetCompilationSpec struct {
|
||||
Prelude []string `json:"prelude"` // Are run inside the image which will be our builder
|
||||
Image string `json:"image"`
|
||||
Seed string `json:"seed"`
|
||||
Package *pkg.DefaultPackage `json:"-"`
|
||||
Package *pkg.DefaultPackage `json:"package"`
|
||||
SourceAssertion solver.PackagesAssertions `json:"-"`
|
||||
|
||||
OutputPath string `json:"-"` // Where the build processfiles go
|
||||
|
Reference in New Issue
Block a user