We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d425c7c commit 45b4617Copy full SHA for 45b4617
client/llb/state.go
@@ -302,8 +302,7 @@ func (s State) File(a *FileAction, opts ...ConstraintsOpt) State {
302
// No platform was set by constraint options. Set the current OS and arch.
303
if c.Platform == nil {
304
c.Platform = &ocispecs.Platform{
305
- OS: "linux",
306
- Architecture: "amd64",
+ OS: "linux",
307
}
308
309
return s.WithOutput(NewFileOp(s, a, c).Output())
0 commit comments