mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-08 16:47:59 +00:00
clean up ci failures and add appropriate arch,os exclusion tags Signed-off-by: baude <bbaude@redhat.com>
5 lines
76 B
Go
5 lines
76 B
Go
// +build !amd64 arm64,linux amd64,windows
|
|
|
|
package machine
|
|
|
|
func init() {}
|