Skip to content

Commit 24cd530

Browse files
committed
make: update build targets due to sqlite
1 parent 997d86c commit 24cd530

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ VERSION_TAG = $(shell git describe --tags)
2020
VERSION_CHECK = @$(call print, "Building master with date version tag")
2121

2222
BUILD_SYSTEM = darwin-amd64 \
23+
darwin-arm64 \
2324
linux-386 \
2425
linux-amd64 \
2526
linux-armv6 \
2627
linux-armv7 \
2728
linux-arm64 \
28-
windows-386 \
29-
windows-amd64 \
30-
windows-arm
29+
windows-amd64
3130

3231
# By default we will build all systems. But with the 'sys' tag, a specific
3332
# system can be specified. This is useful to release for a subset of

0 commit comments

Comments
 (0)