zola icon indicating copy to clipboard operation
zola copied to clipboard

Zola not working on `aarch64` linux

Open rikhuijzer opened this issue 8 months ago • 2 comments

I'm using

      - uses: taiki-e/install-action@v2
        with:
          tool: [email protected]

on an Ampere Altra and it fails because there are no suitable binaries available.

Could the number of architectures be expanded in the releases?

And yes I know that architectures are a pain to build for. As a minimal solution, maybe https://buildjet.com is an option? I've used it for a while and they've got cheap runners and are easy to get working. Otherwise, QEMU might work too.

rikhuijzer avatar Oct 18 '23 10:10 rikhuijzer

Right now, we can support whatever platform Azure Pipelines support for pre-built binaries and I'll like to avoid adding paid solutions. For the other, it's probably better to git clone the tag, build the binary and cache it.

Keats avatar Oct 18 '23 11:10 Keats

Hmm that's unfortunate. The default Azure Pipelines pool appears to not provide any aarch64 runners (https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#software). Apologies for not noticing the azure-pipelines.yml file before.

rikhuijzer avatar Oct 18 '23 11:10 rikhuijzer