Skip to content

Commit 2c8f508

Browse files
authored
dev: fix AUR prepare step (#5158)
1 parent 2f458fb commit 2c8f508

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

+3
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ aurs:
155155
name: golangci-releaser
156156
157157
package: |-
158+
local x86_64=amd64 i686=386 aarch64=arm64 armv6h=armv6 armv7h=armv7
159+
cd "golangci-lint-${pkgver}-linux-${!CARCH}"
160+
158161
# bin
159162
install -Dm755 "./golangci-lint" "${pkgdir}/usr/bin/golangci-lint"
160163

0 commit comments

Comments
 (0)