summaryrefslogtreecommitdiff
path: root/cmd/podman/system/reset_machine_unsupported.go
blob: e063cd0899cc99cd8dff50129c612dc8f7173b5f (plain)
1
2
3
4
5
6
7
8
//go:build !amd64 && !arm64
// +build !amd64,!arm64

package system

func resetMachine() error {
	return nil
}