mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 07:45:02 +00:00
Add package_dir to pack a spec dir as the main artifact
This commit is contained in:
@@ -168,6 +168,9 @@ type CompilationSpec interface {
|
||||
|
||||
GetRetrieve() []string
|
||||
CopyRetrieves(dest string) error
|
||||
|
||||
SetPackageDir(string)
|
||||
GetPackageDir() string
|
||||
}
|
||||
|
||||
type CompilationSpecs interface {
|
||||
|
Reference in New Issue
Block a user