Using RPI 4, I’ve built and installed Microsoft Edge Browser from AUR repo AUR (en) - microsoft-edge-dev-bin. I’ve only modified arch=(‘aarch64’) in the build file and it completed the built but when I lauch the program, it says it can’t execute the binary file in /opt/microsoft/msedge
While the package can be installed on an aarch64 based system, by adding aarch64 to the arch=() line, the PKGBUILD does not countain a build() step, which means that all the package is doing is actually repackaging a prebuilt binary.
In this case, the x86_64 version of Microsoft Edge. Makepkg does not care what architecture it’s for, it will happily package it up, no matter what. It’s just another file to it.