1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-07 13:31:37 +02:00

chore(aur): remove dead code about armv6 (#5280)

Follows https://github.com/goreleaser/goreleaser/pull/4695, remove dead
code about armv6.
This commit is contained in:
Ludovic Fernandez 2024-11-16 14:31:48 +01:00 committed by GitHub
parent bc32cd6fbf
commit 0832d81c2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -272,8 +272,6 @@ func toPkgBuildArch(arch string) string {
return "i686"
case "arm64":
return "aarch64"
case "arm6":
return "armv6h"
case "arm7":
return "armv7h"
default: