From f8a46b9b9359150117993be3aa33d3264bef7c3d Mon Sep 17 00:00:00 2001 From: Jarek Kowalski Date: Sat, 20 Jul 2024 21:30:37 -0700 Subject: [PATCH] chore(ci): re-enable KopiaUI build on macOS (#3992) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f54c06bf..1f8012406 100644 --- a/Makefile +++ b/Makefile @@ -206,7 +206,7 @@ endif endif endif $(MAKE) kopia -ifeq ($(GOARCH),amd64) +ifneq ($(GOOS)/$(GOARCH),linux/arm64) $(retry) $(MAKE) kopia-ui $(retry) $(MAKE) kopia-ui-test endif