Skip to content

Commit 549108b

Browse files
committed
makefile: add sqlite db and another architecture.
1 parent c2fc80b commit 549108b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ XARGS := xargs -L 1
2222

2323
VERSION_TAG = $(shell git describe --tags)
2424

25-
DEV_TAGS = kvdb_etcd kvdb_postgres
25+
DEV_TAGS = kvdb_etcd kvdb_postgres kvdb_sqlite
2626
RELEASE_TAGS = $(DEV_TAGS)
2727

2828
BUILD_SYSTEM = darwin-amd64 \
29+
darwin-arm64 \
2930
linux-386 \
3031
linux-amd64 \
3132
linux-armv6 \

0 commit comments

Comments
 (0)