From dbfc3e7e0092cee14f656562fd35dd2886b7d171 Mon Sep 17 00:00:00 2001
From: Reinhard Tartler <siretart@gmail.com>
Date: Tue, 5 Sep 2023 21:44:59 -0400
Subject: [PATCH] Restrict fcos_test to amd64, arm64

Allows tests to pass on i386 again

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
---
 pkg/machine/fcos_test.go | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pkg/machine/fcos_test.go b/pkg/machine/fcos_test.go
index e6620415b5..a629478204 100644
--- a/pkg/machine/fcos_test.go
+++ b/pkg/machine/fcos_test.go
@@ -1,3 +1,6 @@
+//go:build amd64 || arm64
+// +build amd64 arm64
+
 package machine
 
 import (