Skip to content

Commit

Permalink
fix: dep architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 13, 2021
1 parent e009224 commit 743cd76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deb/deb.go
Expand Up @@ -35,9 +35,7 @@ func init() {
// nolint: gochecknoglobals
var archToDebian = map[string]string{
"386": "i386",
"arm": "armhf",
"arm5": "armel",
"arm6": "armhf",
"arm6": "armel",
"arm7": "armhf",
"mipsle": "mipsel",
"mips64le": "mips64el",
Expand Down

0 comments on commit 743cd76

Please sign in to comment.