Skip to content

Commit

Permalink
fix: os arch option for mod push (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-hm19 committed Jun 11, 2024
1 parent 08b40e2 commit 2bda750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/mod/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ func (flags *PushModFlags) ToOptions(args []string, ioStreams genericiooptions.I
Name: name,
Version: version,
IOStreams: ioStreams,
OSArch: flags.OSArch,
}

return opt, nil
Expand Down

0 comments on commit 2bda750

Please sign in to comment.