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