Revert " build-lxd.yml: skip test-dist-upgrade only on arm runner"

This reverts commit c5e2b905b2e818cef59ea7de4c5e1df258e0b659.
This commit is contained in:
Tobias Knöppler 2025-10-18 00:22:50 +02:00
parent c5e2b905b2
commit 63d9398fca

View File

@ -341,7 +341,7 @@ jobs:
# }
test-dist-upgrade:
if: ${{ needs.determine-runner.outputs.runner_label == 'ubuntu-latest' }}
if: ${{ runner.arch != 'ARM64' }}
needs:
- determine-runner
runs-on: ${{ needs.determine-runner.outputs.runner_label }}