When I try to run guardian binary on a i386 arch I got the following error: ``` ⚡ ./guardian bash: ./guardian: cannot execute binary file: Exec format error ``` I need to generate binaries for both archs, `i386` and `amd64`
When I try to run guardian binary on a i386 arch I got the following error:
I need to generate binaries for both archs,
i386andamd64