1 2 3 4 5 6 7 8 9 10 11 12
// +build amd64,!windows arm64,!windows package machine import ( "github.com/containers/podman/v4/pkg/machine" "github.com/containers/podman/v4/pkg/machine/qemu" ) func getSystemDefaultProvider() machine.Provider { return qemu.GetQemuProvider() }