mirror of
https://github.com/mudler/luet.git
synced 2025-09-03 08:14:46 +00:00
Respect artifact extension when populating cache
This caused cache to not hit correctly
This commit is contained in:
@@ -117,6 +117,7 @@ type Artifact interface {
|
||||
SetChecksums(c Checksums)
|
||||
|
||||
GenerateFinalImage(string, CompilerBackend, bool) (CompilerBackendOptions, error)
|
||||
GetUncompressedName() string
|
||||
}
|
||||
|
||||
type ArtifactNode struct {
|
||||
|
Reference in New Issue
Block a user