Please add ARM64 (aarch64) compiled packages to repositories
- Dominant language
- Go
- Stars
- 15.8k
- Forks
- 3.3k
- PR merge metrics
- PR metrics pending
Description
#### Description
When creating new images for RHEL Clone (EuroLinux) on ARM64, I discovered that there is no Packer for aarch64 as RPM is available.
**I get that there is standalone binary download, but RPM is easier to manage, update etc.**
#### Use Case(s)
Creating:
- AWS base images
- Creating Libvirt/KVM Vagrant Boxes
- Creating images for Mac M1
#### Potential configuration
[According to packer documentation](https://www.packer.io/downloads)
```
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
```
Currently, there are the following packages:
```
[root@localhost yum.repos.d]# dnf --disablerepo="*" --enablerepo="hashicorp" list available
Last metadata expiration check: 0:06:49 ago on Mon 24 Jan 2022 09:29:13 AM CET.
Available Packages
consul.aarch64 1.11.2-1 hashicorp
consul-enterprise.aarch64 1.11.2+ent-1 hashicorp
consul-terraform-sync.aarch64 0.4.3-1 hashicorp
consul-terraform-sync-enterprise.aarch64 0.4.3+ent-1 hashicorp
vault.aarch64 1.9.2-1 hashicorp
vault-enterprise.aarch64 1.9.2+ent-1 hashicorp
```
Contributor guide
Assessment
This issue has not been assessed yet.