Skip to content

Commit

Permalink
Merge pull request #174 from depot/arm-v7
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Aug 31, 2023
2 parents 5f63920 + 6671a72 commit e813002
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/cmd/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ func runConfigureBuildx(ctx context.Context, dockerCli command.Cli, project, tok
Architecture: "arm",
OS: "linux",
},
{
Architecture: "arm",
OS: "linux",
Variant: "v7",
},
},
Flags: []string{"buildkitd"},
DriverOpts: map[string]string{
Expand Down

0 comments on commit e813002

Please sign in to comment.