add manifest for image haproxy-k8s
This commit is contained in:
parent
5ab7851649
commit
b8fef9da39
7
main.go
7
main.go
@ -31,6 +31,13 @@ func main() {
|
|||||||
[]Platform{LinuxArmV6},
|
[]Platform{LinuxArmV6},
|
||||||
"",
|
"",
|
||||||
),
|
),
|
||||||
|
NewManifest(
|
||||||
|
"haproxy-k8s",
|
||||||
|
"latest",
|
||||||
|
"../dx30/haproxy-k8s",
|
||||||
|
[]Platform{LinuxArm64, LinuxAmd64},
|
||||||
|
"",
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, manifest := range manifests {
|
for _, manifest := range manifests {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user