Skip to content

Commit

Permalink
Merge branch 'master' into severinson/context-timeout-error-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMurkin committed May 14, 2023
2 parents 3ff56bb + 5cc1afb commit e429a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefiles/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ func set[S ~[]E, E comparable](s S) map[E]bool {

// Check if the user is on an arm system
func onArm() bool {
return runtime.GOARCH == "arm"
return runtime.GOARCH == "arm64"
}

0 comments on commit e429a78

Please sign in to comment.