mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-13 20:29:35 +00:00
7 lines
87 B
Go
7 lines
87 B
Go
//go:build !amd64 && !arm64
|
|
|
|
package system
|
|
|
|
func resetMachine() error {
|
|
return nil
|
|
}
|