Restrict fcos_test to amd64, arm64
Allows tests to pass on i386 again Signed-off-by: Reinhard Tartler <siretart@tauware.de>
This commit is contained in:
parent
2aec77f1fe
commit
dbfc3e7e00
|
|
@ -1,3 +1,6 @@
|
|||
//go:build amd64 || arm64
|
||||
// +build amd64 arm64
|
||||
|
||||
package machine
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in New Issue