Skip to content

Commit 45b4617

Browse files
Remove Architecture
Signed-off-by: Gabriel Adrian Samfira <[email protected]>
1 parent d425c7c commit 45b4617

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/llb/state.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,7 @@ func (s State) File(a *FileAction, opts ...ConstraintsOpt) State {
302302
// No platform was set by constraint options. Set the current OS and arch.
303303
if c.Platform == nil {
304304
c.Platform = &ocispecs.Platform{
305-
OS: "linux",
306-
Architecture: "amd64",
305+
OS: "linux",
307306
}
308307
}
309308
return s.WithOutput(NewFileOp(s, a, c).Output())

0 commit comments

Comments
 (0)