Skip to content

Commit

Permalink
Makefile: only build for MacOS and 64bit Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ishuah committed Mar 19, 2020
1 parent 2ee7bb4 commit 7837cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL = bash
OSARCHES := "darwin/amd64 linux/386 linux/amd64 linux/arm linux/arm64 linux/ppc64 linux/ppc64le linux/s390x"
OSARCHES := "darwin/amd64 linux/amd64"
OUTPUT := "build/bifrost-$(VERSION)-{{.OS}}-{{.Arch}}/bifrost"

build_all:
Expand Down

0 comments on commit 7837cbe

Please sign in to comment.