google / novm

Experimental KVM-based VMM for containers, written in Go.
Apache License 2.0
1.68k stars 123 forks source link

Switching from arch to go env GOARCH #6

Closed tdubrownik closed 9 years ago

tdubrownik commented 9 years ago

This is a very tiny change that should make building more portable. Since go is an implicit dependency, we may as well use its idea of host architecture instead of an OSX command.