07:31:37 selsta is the GUI wallet for MacOS x64 only, or is it a fat binary (x64 + arm64)? 07:32:17 I'll make a PR for p2pool v3.4 soon, but it added MacOS arm64 binary so why I'm asking 09:47:53 sech1: we are going to have separate binaries for x64 and arm 09:50:42 so it's x64 only now, and arm is planned, correct? 10:00:21 hmm: https://doc.qt.io/qt-5/qtglobal.html#Q_PROCESSOR_ARM 10:00:27 no armv8 in the list? 10:00:30 Is it not supported? 10:02:33 I'll just skip MacOS aarch64 build for v3.4 pull request, will figure it out later 10:14:14 yes, x64 only currently and arm64 will be added with the next release 10:14:41 sech1: https://github.com/monero-project/monero-gui/pull/4157/commits/6c4a8fb81938b5067e23c819393ad272aaa01537#diff-6a304d0e395c3cfceb842fd01a2bb0c81ee90c7fda1ad7691de818c552afac2cR120 10:14:47 you can use this 10:24:37 right, the default macro definitions 10:24:49 I'll also need to change verify.py from Github CI 10:25:01 I'll prepare the PR in the next few days 18:46:40 thanks sech1, verify.py should be painless if it's simply a 'new' os, with another filename / same format https://github.com/monero-project/monero-gui/blob/f650e963630f49b44a2ef16211f565555b9f159e/.github/verify_p2pool.py#L10) 18:47:28 It's not new os though, it's different architecture for the same os 18:47:33 so it will require a bit more tweaking 18:57:42 I could add a define Q_OS_MACOS_ARM64 in the beginning, hmm... Then it's just adding a line to the list 19:00:04 sounds simpler yes^ rather than uhm, += "&& defined({custom_arch})" after checking if we have one set