Fix build tags

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
Alexander Morozov 2015-07-01 13:22:09 -07:00
parent 648a3c6511
commit 38c34d6036
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// +build linux,386
package system
import (

View File

@ -1,4 +1,5 @@
// +build linux,arm
package system
import (