spiegel_podman/cmd/podman/machine/machine_unsupported.go
baude 4ab8a6f67e Improvements for machine
clean up ci failures and add appropriate arch,os exclusion tags

Signed-off-by: baude <bbaude@redhat.com>
2021-03-25 11:02:33 -05:00

5 lines
76 B
Go

// +build !amd64 arm64,linux amd64,windows
package machine
func init() {}