Skip to content

Commit

Permalink
fix: deb arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed May 22, 2023
1 parent 6dc5db3 commit 9ac3288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deb/deb.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func init() {
// nolint: gochecknoglobals
var archToDebian = map[string]string{
"386": "i386",
"arm64": "arm64",
"arm5": "armel",
"arm6": "armhf",
"arm7": "armhf",
Expand Down

0 comments on commit 9ac3288

Please sign in to comment.