mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-09 18:35:42 +00:00
podman system reset did not clean up machines fully, leaving some config files, and breaking machines. Now it removes all machines files fully. Signed-off-by: Ashley Cui <acui@redhat.com>
8 lines
111 B
Go
8 lines
111 B
Go
//go:build !amd64 && !arm64
|
|
// +build !amd64,!arm64
|
|
|
|
package system
|
|
|
|
func resetMachine() error {
|
|
return nil
|
|
}
|