From be55a4f0516461a767452783bb6bb5fb7f9dbe65 Mon Sep 17 00:00:00 2001 From: Matthew Jaffee Date: Thu, 9 Sep 2021 13:02:09 -0500 Subject: [PATCH] remove arm from build causing an issue with syscall.Dup3 that I think we fixed in 3.x, but we don't need ARM support in 2.8.x AFAIK --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index bb60f062a..3dea75928 100644 --- a/Makefile +++ b/Makefile @@ -210,7 +210,6 @@ docker-tag-push: vendor docker-release: check-clean lattice $(MAKE) docker-build GOOS=linux GOARCH=amd64 $(MAKE) docker-build GOOS=darwin GOARCH=amd64 - $(MAKE) docker-build GOOS=darwin GOARCH=arm64 # Compile Pilosa inside Docker container docker-build: vendor