ci: group job

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-06-09 14:56:29 +02:00
parent aeda4d1cdb
commit a841142820
3 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
group "default" {
targets = ["t1", "t2"]
}
target "t1" {
target = "t1"
}
target "t2" {
target = "t2"
}