DockerCLI/vendor/github.com/tonistiigi/go-rosetta/rosetta_unsupported.go

16 lines
150 B
Go

// +build !darwin
package rosetta
import (
"runtime"
)
func Enabled() bool {
return false
}
func NativeArch() string {
return runtime.GOARCH
}