Skip to content

Commit 35b2a36

Browse files
committed
add arch
1 parent 58cdc3d commit 35b2a36

File tree

69 files changed

+69
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+69
-69
lines changed

.github/workflows/build-daily-SPIRV-Tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
daily-build:
11-
runs-on: [ 'self-hosted', 'ce', 'linux' ]
11+
runs-on: [ 'self-hosted', 'ce', 'linux', 'x64' ]
1212
steps:
1313
- name: Start from a clean directory
1414
uses: AutoModality/[email protected]

.github/workflows/build-daily-arm32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
daily-build:
11-
runs-on: [ 'self-hosted', 'ce', 'linux' ]
11+
runs-on: [ 'self-hosted', 'ce', 'linux', 'x64' ]
1212
steps:
1313
- name: Start from a clean directory
1414
uses: AutoModality/[email protected]

.github/workflows/build-daily-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
daily-build:
11-
runs-on: [ 'self-hosted', 'ce', 'linux' ]
11+
runs-on: [ 'self-hosted', 'ce', 'linux', 'x64' ]
1212
steps:
1313
- name: Start from a clean directory
1414
uses: AutoModality/[email protected]

.github/workflows/build-daily-bpf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
daily-build:
11-
runs-on: [ 'self-hosted', 'ce', 'linux' ]
11+
runs-on: [ 'self-hosted', 'ce', 'linux', 'x64' ]
1212
steps:
1313
- name: Start from a clean directory
1414
uses: AutoModality/[email protected]

.github/workflows/build-daily-carbon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
daily-build:
11-
runs-on: [ 'self-hosted', 'ce', 'linux' ]
11+
runs-on: [ 'self-hosted', 'ce', 'linux', 'x64' ]
1212
steps:
1313
- name: Start from a clean directory
1414
uses: AutoModality/[email protected]

.github/workflows/build-daily-cc65.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
daily-build:
11-
runs-on: [ 'self-hosted', 'ce', 'linux' ]
11+
runs-on: [ 'self-hosted', 'ce', 'linux', 'x64' ]
1212
steps:
1313
- name: Start from a clean directory
1414
uses: AutoModality/[email protected]

.github/workflows/build-daily-circt_trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
daily-build:
11-
runs-on: [ 'self-hosted', 'ce', 'linux' ]
11+
runs-on: [ 'self-hosted', 'ce', 'linux', 'x64' ]
1212
steps:
1313
- name: Start from a clean directory
1414
uses: AutoModality/[email protected]

.github/workflows/build-daily-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
daily-build:
11-
runs-on: [ 'self-hosted', 'ce', 'linux' ]
11+
runs-on: [ 'self-hosted', 'ce', 'linux', 'x64' ]
1212
steps:
1313
- name: Start from a clean directory
1414
uses: AutoModality/[email protected]

.github/workflows/build-daily-clang_amdgpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
daily-build:
11-
runs-on: [ 'self-hosted', 'ce', 'linux' ]
11+
runs-on: [ 'self-hosted', 'ce', 'linux', 'x64' ]
1212
steps:
1313
- name: Start from a clean directory
1414
uses: AutoModality/[email protected]

.github/workflows/build-daily-clang_assertions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
daily-build:
11-
runs-on: [ 'self-hosted', 'ce', 'linux' ]
11+
runs-on: [ 'self-hosted', 'ce', 'linux', 'x64' ]
1212
steps:
1313
- name: Start from a clean directory
1414
uses: AutoModality/[email protected]

0 commit comments

Comments
 (0)