#4708·goreleaser

Add support for APKBUILD (Alpine Linux)

Author: bartekpaciaCreated Mar 17, 2024Updated May 17, 2026
Labelsenhancementgood-first-issue

Is your feature request related to a problem? Please describe.

I'd like GoReleaser to have explicit support for apk's APKBUILD format, used by Alpine Linux.

APKBUILD is very similar to Arch's PKGBUILD. The only difference (that I'm aware of) is that APKBUILD scripts must be pure sh, while PKGBUILD are bash.

Describe the solution you'd like

It would be basically the same as the current aurs feature, but with a different name.

Describe alternatives you've considered

Use aurs to push to alpine linux repos and somehow automate renaming PKGBUILD to APKBUILD?

Search

  • I did search for other open and closed issues before opening this

Supporter

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

No response