mirror of
https://github.com/containers/podman.git
synced 2025-06-25 03:52:15 +08:00
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:

committed by
Reinhard Tartler

parent
2aec77f1fe
commit
dbfc3e7e00
@ -1,3 +1,6 @@
|
||||
//go:build amd64 || arm64
|
||||
// +build amd64 arm64
|
||||
|
||||
package machine
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user