mirror of
https://github.com/nkanaev/yarr.git
synced 2026-06-24 17:15:17 +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.