mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
Merge pull request #2408 from tonistiigi/print-statuscode
build: support statuscode response for print requests
This commit is contained in:
@ -91,8 +91,9 @@ type Options struct {
|
||||
}
|
||||
|
||||
type PrintFunc struct {
|
||||
Name string
|
||||
Format string
|
||||
Name string
|
||||
Format string
|
||||
IgnoreStatus bool
|
||||
}
|
||||
|
||||
type Inputs struct {
|
||||
|
Reference in New Issue
Block a user