Skip to content

Commit

Permalink
Update build OS/ARCH list
Browse files Browse the repository at this point in the history
Compatibility issues with github.com/pkg/term
  • Loading branch information
ishuah committed Jun 26, 2018
1 parent 07dadd5 commit ec2b9c2
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 darwin/386 linux/386 linux/amd64 linux/arm linux/arm64 linux/mips linux/mips64 linux/mips64le linux/mipsle linux/ppc64 linux/ppc64le linux/s390x"
OSARCHES := "darwin/amd64 linux/386 linux/amd64 linux/arm linux/arm64 linux/ppc64 linux/ppc64le linux/s390x"
OUTPUT := "build/bifrost-$(VERSION)-{{.OS}}-{{.Arch}}/bifrost"

build_all:
Expand Down

0 comments on commit ec2b9c2

Please sign in to comment.