build: enable E2EE by default, partially in CI

Makefile enables E2EE by default. Due to the CGO and hence cross
compilers required, only linux amd64/arm64/armhf and windows amd64 is being built with the
feature included. Uses a new jfa-go-build-docker with
arm-linux-gnueabihf-gcc.
This commit is contained in:
Harvey Tindall
2024-08-10 21:11:11 +01:00
parent 3a0f61e324
commit 2237286656
3 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ endif
INTERNAL ?= on
TRAY ?= off
E2EE ?= off
E2EE ?= on
TAGS := -tags "
ifeq ($(INTERNAL), on)