mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

clean up ci failures and add appropriate arch,os exclusion tags Signed-off-by: baude <bbaude@redhat.com>
8 lines
134 B
Go
8 lines
134 B
Go
package qemu
|
|
|
|
import "github.com/containers/podman/v3/pkg/util"
|
|
|
|
func getSocketDir() (string, error) {
|
|
return util.GetRuntimeDir()
|
|
}
|