mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 08:10:50 +00:00
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:
parent
42eaf9e226
commit
be55a4f051
1 changed files with 0 additions and 1 deletions
1
Makefile
1
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue