Skip to content

Commit

Permalink
Print more complete platform information.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor committed Sep 25, 2020
1 parent b3645fa commit 16cf85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/gobuild.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func build(ctx context.Context, ip string, platform v1.Platform, disableOptimiza
cmd.Stderr = &output
cmd.Stdout = &output

log.Printf("Building %s for %s", ip, platform.Architecture)
log.Printf("Building %s for %s/%s", ip, platform.OS, platform.Architecture)
if err := cmd.Run(); err != nil {
os.RemoveAll(tmpDir)
log.Printf("Unexpected error running \"go build\": %v\n%v", err, output.String())
Expand Down

0 comments on commit 16cf85a

Please sign in to comment.