mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-09 02:15:41 +00:00
6 lines
131 B
Go
6 lines
131 B
Go
// +build !amd64,!arm64
|
|
|
|
package machine
|
|
|
|
// init do not register _podman machine_ command on unsupported platforms
|
|
func init() {}
|