You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My first thought was that this is an x86_64 binary, but I see that the flatpak is available for aarch64 systems. Is this a bug or an error in the architecture options?
The text was updated successfully, but these errors were encountered:
maxrdz
changed the title
[aarch64] '/app/bin/authenticator: cannot execute binary file
[aarch64] '/app/bin/authenticator: cannot execute binary file'
Jan 29, 2024
flatpak uses upstream binaries which aren't published for aarch64 architecture which effectively means x86_64 binary is packaged into aarch64 flatpak which obviously can't work. This was missed while updating to flutter based yubioath - previous version was build from sources for aarch64 as well.
Getting the following when running yubico authenticator.
My first thought was that this is an x86_64 binary, but I see that the flatpak is available for aarch64 systems. Is this a bug or an error in the architecture options?
The text was updated successfully, but these errors were encountered: