fwcd / m1xxx

Unofficial native Mixxx builds for macOS (Apple Silicon/Intel) and Linux
Other
37 stars 7 forks source link

Platform says macOS ×86_64 #23

Closed Michael-Z-Freeman closed 1 year ago

Michael-Z-Freeman commented 1 year ago

I can only assume this is an oversight or for some other reason ? Also thanks for the builds ! Screenshot 2023-01-10 at 12 40 09

fwcd commented 1 year ago

Yeah, I've wondered about this too. I think the reason is that we cross-compile from an x86_64 GitHub Actions runner, native builds of Mixxx show up as ARM64 in the dialog too. In any case, you should be able to verify that the builds are indeed native in the Activity Monitor:

Screenshot 2023-02-10 at 15 50 08

But this is of course still something that we should fix.

fwcd commented 1 year ago

Seems to have been fixed in 7a613825c7c3d37964f2e4c84bd3f941d30c5d08 (which makes sense, given that that's when upstream officially began supporting ARM64).