blob: 1b1c8c6ae01674b047286aeb5ce3da588a9c583b [file] [log] [blame]
// +build arm64
package archutil
func arm64Supported() error {
return nil
}