We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e4ab5 commit adc7eccCopy full SHA for adc7ecc
types/artifact.go
@@ -9,6 +9,7 @@ import (
9
type OS struct {
10
Family string
11
Name string
12
+ Eosl bool `json:"EOSL,omitempty"`
13
}
14
15
type Layer struct {
0 commit comments