8000 Support other architectures than i386 and amd64 · Issue #50 · William-Yeh/ansible-prometheus · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Support other architectures than i386 and amd64 #50
Open
@onitake

Description

@onitake

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or 2B3D pull requests

    Issue actions

      0