Skip to content

Commit

Permalink
Only build for linux/amd64.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtricht committed Aug 3, 2017
1 parent 331bd47 commit c0e2242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ install: bindata

build: bindata
go get github.com/mitchellh/gox
gox -osarch="linux/amd64 linux/386" -cgo -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}" .
gox -osarch="linux/amd64" -cgo -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}" .

bindata:
go-bindata -o assets/views.go -pkg assets assets/...
Expand Down
2 changes: 1 addition & 1 deletion assets/views.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0e2242

Please sign in to comment.