Open bdovaz opened 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.
We will then wait for the automation solution.
Thank you!
I was trying to setup a Dockerfile using these images following the instructions from https://cloudsmith.io/~nxadm-pkgs/repos/rakudo-pkg/setup/#formats-deb It took me awhile to figure out apt couldn't find the packages because there are no arm64 versions. I'm running an arm64 mac so the VM images e.g. podman startup are arm64.
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.