From 24cd530c655d947cff2a98b158a0770a7cb2fe4c Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Wed, 27 Mar 2024 18:53:41 +0100 Subject: [PATCH] make: update build targets due to sqlite --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5e7eb8f..3e5c852 100644 --- a/Makefile +++ b/Makefile @@ -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