Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Commit 971f489

Browse files
committed
build: homebrew tap
1 parent 22c6108 commit 971f489

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.goreleaser.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
builds:
22
- binary: sqlpkg
3+
env:
4+
- CGO_ENABLED=0
5+
goos:
6+
- linux
7+
- windows
8+
- darwin
9+
goarch:
10+
- amd64
11+
- arm64
12+
brews:
13+
- name: sqlpkg
14+
homepage: "https://github.com/nalgeon/sqlpkg-cli"
15+
description: "SQLite package manager"
16+
license: "MIT"
17+
repository:
18+
owner: nalgeon
19+
name: sqlpkg-cli
20+
commit_author:
21+
name: nalgeon
22+
email: m@antonz.org

0 commit comments

Comments
 (0)