Skip to content

Commit

Permalink
Update Apple Silicon warning with suggestions (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai authored May 8, 2023
1 parent 5cd6329 commit b6be9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func failf(format string, v ...interface{}) {
if err != nil {
logger.Errorf("Failed to check CPU: %s", err)
} else if cpuIsARM {
logger.Warnf("This Step is not yet supported on Apple Silicon (M1) machines. If you cannot find a solution to this error, try running this Workflow on an Intel-based machine type.")
logger.Warnf("Android emulator is not supported on Apple Silicon (M1) build VMs. Try running this workflow on a Linux-based stack or use the Virtual Device Testing step. Learn more:\n* Set a workflow-specific stack: https://devcenter.bitrise.io/en/builds/configuring-build-settings/setting-the-stack-for-your-builds.html#setting-a-workflow-specific-stack-on-the-stacks---machines-tab\n * Virtual device testing step: https://github.com/bitrise-steplib/steps-virtual-device-testing-for-android")
}

os.Exit(1)
Expand Down

0 comments on commit b6be9e6

Please sign in to comment.