spiegel_podman/cmd/podman/machine/machine_unsupported.go
Valentin Rothberg ea08765f40 go fmt: use go 1.18 conditional-build syntax
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-03-18 09:11:53 +01:00

7 lines
159 B
Go

//go:build !amd64 && !arm64
// +build !amd64,!arm64
package machine
// init do not register _podman machine_ command on unsupported platforms
func init() {}