nxadm / rakudo-pkg

Pre-compiled OS packages for Rakudo
GNU General Public License v3.0
69 stars 22 forks source link

ARM support? #96

Open bdovaz opened 1 year ago

bdovaz commented 1 year ago

We are trying to generate a Megalinter image for ARM: https://github.com/oxsecurity/megalinter/pull/1553

The fact that rakudo-pkg does not support ARM blocks us, can you help us @nxadm? Thanks.

nxadm commented 1 year ago

Hi @bdovaz,

I need to find some time to automate the upload to the repos for ARM64 builds. In the meanwhile, they are built for all releases already at https://cirrus-ci.com/github/nxadm/rakudo-pkg.

E.g., the last build is here: https://cirrus-ci.com/build/6700332659507200.

Go into your distro, artifacts, pkg, packages: the package is there.

bdovaz commented 1 year ago

We will then wait for the automation solution.

Thank you!