chore: add protocol 6.0
This commit is contained in:
parent
1e2ee14821
commit
3eb256bd08
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ func (p *Provider) CreateArchitectureFiles() error {
|
||||||
archFileName := path.Join(downloadPathPrefix, target, arch)
|
archFileName := path.Join(downloadPathPrefix, target, arch)
|
||||||
|
|
||||||
a := Architecture{
|
a := Architecture{
|
||||||
Protocols: []string{"5.1"},
|
Protocols: []string{"5.1", "6.0"},
|
||||||
OS: target,
|
OS: target,
|
||||||
Arch: arch,
|
Arch: arch,
|
||||||
FileName: sum.Path,
|
FileName: sum.Path,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue