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
This commit is contained in:
Matthew Jaffee 2021-09-09 13:02:09 -05:00
parent 42eaf9e226
commit be55a4f051

View file

@ -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