puppetlabs / pdk

The shortest path to better modules: Puppet Development Kit; Download:
https://puppet.com/download-puppet-development-kit
Apache License 2.0
225 stars 106 forks source link

Require binary for ARM64 architecture #1162

Open odidev opened 2 years ago

odidev commented 2 years ago

Hi Team, Pdk binary is used in many docker images (like puppetlabs/puppet-dev-tools, pdk-docker), and it is not available for arm64 platform. I have built the binary successfully in arm64 platform by following below steps:

apt install build-essential ruby-rails ruby-dev ruby-bundler zlib1g-dev
gem install net-telnet -v '0.1.1'
bundle update
bundle binstubs pdk --path ~/bin
~/bin/pdk -h

Do you have any plans to release binary for arm64?

It will be very helpful if the binary is released for arm64. If required, I am happy to help.

github-actions[bot] commented 2 years ago

This issue has been marked stale because it is open with no recent activity. The PDK Team is actively prioritizing existing bugs and new features, if this issue is still important to you please comment and we will add this to our backlog to complete.

claviola commented 2 years ago

This is still relevant for users on ARM based Macs.

NiklausHofer commented 1 year ago

I would also really like to see ARM64 binaries for Linux. I work on an mnt reform2 laptop and can't use PDK because there are no ARM64 binaries :(

nward commented 1 year ago

I would like this so I can build an ARM64 pdk docker container - so that I can use vscode devenvironments natively on arm - rather than eat my battery emulating x64

mariot8 commented 1 year ago

It would be helpful to include arm nodes in binaries build pipelines. It shouldn't take long and can save many MacBooks from being thrown away through the window when yet another binary isn't compatible with a new Apple chip.

LukasAud commented 8 months ago

Merged https://github.com/puppetlabs/pdk-vanagon/pull/349 and https://github.com/puppetlabs/pdk-vanagon/pull/346. These might have an impact onto the issue described here.

h0tw1r3 commented 5 months ago

https://github.com/puppetlabs/pdk-vanagon/pull/354