Skip to content

Commit

Permalink
fix: updated architectures for arm5 and arm6
Browse files Browse the repository at this point in the history
  • Loading branch information
djthorpe authored and caarlos0 committed Dec 16, 2019
1 parent 6ef6104 commit 76d3d3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deb/deb.go
Expand Up @@ -31,7 +31,8 @@ func init() {
var archToDebian = map[string]string{
"386": "i386",
"arm": "armhf",
"arm6": "armel",
"arm5": "armel",
"arm6": "armhf",
"arm7": "armhf",
"mipsle": "mipsel",
"ppc64le": "ppc64el",
Expand Down

0 comments on commit 76d3d3c

Please sign in to comment.