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
Release binaries were all using linux/amd64 as os/arch. Now they should be built properly (thanks @highesteem for noticing, see #12). Due to the go-libfido2 dependency not supporting all previous os/arch combinations, only darwin and linux are for now in release binaries (Windows is removed because I don't have the time to figure out some Windows commands for the CI right now).
update go-libfido2 dependency to a newer commit since the latest release doesn't include a fix for building on mac os (keys-pub/go-libfido2#38). Also related to #12 .