Closed uga-rosa closed 2 years ago
If GOARCH is amd64, expr should contain x86.64 instead of 64, because arm64 will matches this regex.
x86.64
64
arm64
Please confirm this as it is only a one line PR.
@uga-rosa Thank you for contribution. Merged
The new version v0.1.25 has been released :tada:
Changes: https://github.com/b4b4r07/afx/compare/v0.1.24...v0.1.25
If GOARCH is amd64, expr should contain
x86.64
instead of64
, becausearm64
will matches this regex.