Skip to content

Commit 7b64cdc

Browse files
authored
fix
1 parent 428f753 commit 7b64cdc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/manual_test_builds.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
strategy:
5353
matrix:
5454
include:
55-
- host: ${{ inputs.host == 'ALL' && 'aarch64-Linux' || inputs.host }}
56-
runner: ${{ inputs.host == 'ALL' && 'ubuntu-24.04-arm' || (inputs.host == 'aarch64-Linux' && 'ubuntu-24.04-arm' || 'ubuntu-latest') }}
57-
- host: ${{ inputs.host == 'ALL' && 'x86_64-Linux' || inputs.host }}
58-
runner: ${{ inputs.host == 'ALL' && 'ubuntu-latest' || (inputs.host == 'x86_64-Linux' && 'ubuntu-latest' || 'ubuntu-latest') }}
55+
- host: ${{ inputs.host == 'ALL' || 'aarch64-Linux' }}
56+
runner: ubuntu-24.04-arm
57+
- host: ${{ inputs.host == 'ALL' || 'x86_64-Linux' }}
58+
runner: ubuntu-latest
5959
runs-on: ${{ matrix.runner }}
6060
timeout-minutes: 90
6161
permissions:
@@ -234,4 +234,4 @@ jobs:
234234
subject-name: "build-logs-test-builds-${{ env.UTC_TIME }}"
235235
subject-path: "/tmp/BUILD.log"
236236
show-summary: true
237-
continue-on-error: true
237+
continue-on-error: true

0 commit comments

Comments
 (0)