as long as PR is not committed this still uses the old workflow

This commit is contained in:
BodoBolero
2024-06-15 11:50:14 +02:00
parent cf4cdd6cd5
commit 9fc67363a9

View File

@@ -727,7 +727,7 @@ jobs:
needs: [ check-permissions, build-build-tools-image, tag ]
strategy:
matrix:
arch: [ x64 ]
arch: [ x64, arm64 ]
runs-on: ${{ fromJson(format('["self-hosted", "gen3", "{0}"]', matrix.arch == 'arm64' && 'large-arm64' || 'large')) }}