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 (