Skip to content

Commit

Permalink
fix: rpm: translate 386 to i386
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Mar 23, 2018
1 parent 7c68620 commit 5b49758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpm/rpm.go
Expand Up @@ -26,6 +26,7 @@ func init() {

var goarchToRPM = map[string]string{
"amd64": "x86_64",
"386": "i386",
}

// Default deb packager
Expand Down

0 comments on commit 5b49758

Please sign in to comment.