Skip to content

Commit

Permalink
dev: fix AUR prepare step (#5158)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored Nov 25, 2024
1 parent 2f458fb commit 2c8f508
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ aurs:
name: golangci-releaser
email: 65486276+golangci-releaser@users.noreply.github.com
package: |-
local x86_64=amd64 i686=386 aarch64=arm64 armv6h=armv6 armv7h=armv7
cd "golangci-lint-${pkgver}-linux-${!CARCH}"
# bin
install -Dm755 "./golangci-lint" "${pkgdir}/usr/bin/golangci-lint"
Expand Down

0 comments on commit 2c8f508

Please # to comment.