Skip to content

Commit

Permalink
Do not build darwin/arm as it is not supported anymore in go1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicalTux committed Nov 3, 2020
1 parent 56fdd27 commit 9267f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fyne/internal/mobile/build.go
Expand Up @@ -152,7 +152,7 @@ func runBuildImpl(cmd *command) (*packages.Package, error) {
return nil, fmt.Errorf("-os=ios requires XCode")
}
if buildRelease {
targetArchs = []string{"arm", "arm64"}
targetArchs = []string{"arm64"}
}

if pkg.Name != "main" {
Expand Down

0 comments on commit 9267f9c

Please sign in to comment.