diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b0c5a8b5..3e374e04c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,6 +45,7 @@ jobs: path: build/freetube-vue-0.8.0.x86_64.rpm - name: Build on ARMv7 uses: uraimo/run-on-arch-action@v1.0.9 + if: startsWith(matrix.os, 'ubuntu') with: architecture: aarch64 distribution: ubuntu20.04