temporarily build only on x64 to test out x64 optflags

This commit is contained in:
BodoBolero
2024-06-15 11:31:43 +02:00
parent b8940f1685
commit cf4cdd6cd5

View File

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