This website requires JavaScript.
Explore
Help
Register
Sign In
containers
/
automation-tests
mirror of
https://github.com/containers/automation-tests.git
Watch
1
Star
0
Fork
You've already forked automation-tests
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fossa
automation-tests
/
cmd
/
podman
/
client_unsupported.go
8 lines
98 B
Go
Raw
Permalink
Blame
History
//go:build !amd64 && !arm64
package
main
func
getProvider
(
)
(
string
,
error
)
{
return
""
,
nil
}
Reference in New Issue
View Git Blame
Copy Permalink