Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for AArch64/ARM64 binaries #36

Merged
merged 2 commits into from Nov 30, 2023
Merged

Conversation

rgrizzell
Copy link
Sponsor Contributor

@rgrizzell rgrizzell commented Nov 30, 2023

Adds support for AArch64/ARM64 binaries located in the Hashicorp Apt repository. When it comes to ARM 64-bit, aarch64 is the official name for the architecture. However, Hashicorp labels the binaries as arm64 likely because MacOS also uses arm64. This change accounts for the naming difference while continuing to support other architectures.

$ cat /etc/apt/sources.list.d/HashiCorp.list 
# This file is managed by Puppet. DO NOT EDIT.
# HashiCorp package repository.
deb [arch=arm64] https://apt.releases.hashicorp.com bookworm main

manifests/repo.pp Outdated Show resolved Hide resolved
@kenyon kenyon added the enhancement New feature or request label Nov 30, 2023
@kenyon kenyon changed the title Support for AArch64/ARM64 binaries Add support for AArch64/ARM64 binaries Nov 30, 2023
@kenyon kenyon merged commit 2e6986a into voxpupuli:master Nov 30, 2023
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants