Description
Tried to gather architecture string for packages in a generic way. However failed...
- docker run -ti --rm bigtop/puppet:trunk-fedora-26 facter architecture => x86_64
- docker run -ti --rm bigtop/puppet:trunk-debian-9 facter architecture = > amd64
- docker run -ti --rm bigtop/slaves:trunk-debian-9-aarch64 facter architecture => aarch64
- docker run -ti --rm bigtop/slaves:trunk-fedora-26-aarch64 facter architecture => aarch64
Looks like two architecture are playing game with different rules...