make: update build targets due to sqlite

pull/80/merge v0.13.0
Oliver Gugger 1 month ago
parent 997d86cd84
commit 24cd530c65
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

@ -20,14 +20,13 @@ VERSION_TAG = $(shell git describe --tags)
VERSION_CHECK = @$(call print, "Building master with date version tag")
BUILD_SYSTEM = darwin-amd64 \
darwin-arm64 \
linux-386 \
linux-amd64 \
linux-armv6 \
linux-armv7 \
linux-arm64 \
windows-386 \
windows-amd64 \
windows-arm
windows-amd64
# By default we will build all systems. But with the 'sys' tag, a specific
# system can be specified. This is useful to release for a subset of

Loading…
Cancel
Save