Rhel 8 aarch64 rpms

I followed these instructions to install the repo

sudo yum install -y yum-utils

sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo

sudo yum -y install packer

but there appears to be no rpm for RHEL 8 aarch64?

There is a link to an arm64 zip file so I assume it exists ?

Thanks for any help.


Jason

Hi Jason,

according to the announcement blog post, only x86_64/amd64 architectures are currently supported by the repo.

Which Platforms Are Supported?
The Debian and RPM packages currently target popular x86_64/amd64 systemd systems. […] This support will expand to other architectures and platforms in the future.

(Personally, I’m looking forward for ARM support.)

I made the same hopeful mistake! How awesome would that be? I’m equally excited for aarch64/arm64 builds ( which you can already download from releases.hashicorpo.com ) to be packaged and made available in Linux repos the same way the x86_64/amd64 builds already are - much easier for me to get them signed off for import into our pipeline ( and also because new Apple Silicon at developers desk now ).