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
In tasks/install-compile-tools.yml, the Go compiler is only downloaded for i386 and amd64 architectures.
Additionally, the host architecture is determined by the userspace word width and not the CPU architecture.
It may be better to base the package name on ansible_architecture - in that case the playbook would fail for unknown CPU architectures. This is much better than trying to run i386 binaries on an ARM CPU, for example.
The text was updated successfully, but these errors were encountered:
In tasks/install-compile-tools.yml, the Go compiler is only downloaded for i386 and amd64 architectures.
Additionally, the host architecture is determined by the userspace word width and not the CPU architecture.
It may be better to base the package name on ansible_architecture - in that case the playbook would fail for unknown CPU architectures. This is much better than trying to run i386 binaries on an ARM CPU, for example.
The text was updated successfully, but these errors were encountered: