mirror of
https://github.com/nkanaev/yarr.git
synced 2026-03-18 18:07:42 +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.