7 lines
135 B
Go
7 lines
135 B
Go
//go:build !amd64 && !arm64
|
|
|
|
package machine
|
|
|
|
// init do not register _podman machine_ command on unsupported platforms
|
|
func init() {}
|