mirror of
https://github.com/nkanaev/yarr.git
synced 2026-05-02 23:37:44 +00:00
Fixes #290 The workflow was failing because it specified multi-platform builds (linux/amd64,linux/arm64) but didn't set up QEMU emulation or Buildx. This adds the required setup steps before the build action.