feat: added linux build support (#19)
Some checks are pending
Quality / golangci-lint (push) Waiting to run
Quality / Build (push) Waiting to run

This commit is contained in:
Vito 2025-06-25 22:26:54 +02:00 committed by GitHub
commit 78eb621275
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@ builds:
main: ./cmd/bbrew
goos:
- darwin
- linux
goarch:
- amd64
- arm64