mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 13:23:09 +01:00
Refactor CI and dev workflow with buildx bake (#247)
* Upload artifacts * Add image-local target * Single job for artifacts and image * Add armv5 artifact Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -47,7 +47,7 @@ func main() {
|
||||
kong.Description(fmt.Sprintf("%s. More info: %s", meta.Desc, meta.URL)),
|
||||
kong.UsageOnError(),
|
||||
kong.Vars{
|
||||
"version": fmt.Sprintf("%s", version),
|
||||
"version": version,
|
||||
},
|
||||
kong.ConfigureHelp(kong.HelpOptions{
|
||||
Compact: true,
|
||||
|
||||
Reference in New Issue
Block a user