feat: Build fully static binary

This commit is contained in:
2026-06-19 05:57:30 +02:00
parent d353fa9759
commit 361d799377
4 changed files with 12 additions and 4 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ group "default" {
targets = ["automation"]
}
target "docker-metadata-action" {}
target "docker-metadata-action" {
tags = []
}
target "automation" {
inherits = ["docker-metadata-action"]