mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
build: set target to local state
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@ -12,6 +12,7 @@ import (
|
||||
const refsDir = "refs"
|
||||
|
||||
type State struct {
|
||||
Target string
|
||||
LocalPath string
|
||||
DockerfilePath string
|
||||
}
|
||||
|
Reference in New Issue
Block a user