mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-09 02:15:41 +00:00
clean up ci failures and add appropriate arch,os exclusion tags Signed-off-by: baude <bbaude@redhat.com>
7 lines
134 B
Go
7 lines
134 B
Go
package qemu
|
|
|
|
import "github.com/containers/podman/v3/pkg/util"
|
|
|
|
func getSocketDir() (string, error) {
|
|
return util.GetRuntimeDir()
|
|
}
|