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:
Reinhard Tartler
2023-09-05 21:44:59 -04:00
committed by Reinhard Tartler
parent 2aec77f1fe
commit dbfc3e7e00

View File

@ -1,3 +1,6 @@
//go:build amd64 || arm64
// +build amd64 arm64
package machine
import (