Skip to content

Commit

Permalink
Fix self-update #47
Browse files Browse the repository at this point in the history
  • Loading branch information
uga-rosa committed Jun 5, 2022
1 parent ee71481 commit 3723cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (r *Release) filterAssets() (Asset, error) {
expr := ""
switch runtime.GOARCH {
case "amd64":
expr += ".*(amd64|64).*"
expr += ".*(amd64|x86.64).*"
case "386":
expr += ".*(386|86).*"
}
Expand Down

0 comments on commit 3723cb5

Please sign in to comment.