Skip to content

poq79/vela-tag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

标签

自动节点标签

    local tag = vela.tag()
    local host = vela.host

    tag.add(runtime.ARCH)
    
    
    if runtime.OS == "linux" then
        local version = host.version
        tag.add(version:sub(1,1) ..".x")
    end

    tag.send()

About

vela ssoc miniom tag api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%