Skip to content

Commit aa74863

Browse files
fix(ci): runner linux only
1 parent 97a087e commit aa74863

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/current.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build-docker:
13-
runs-on: self-hosted
13+
runs-on: [self-hosted, linux]
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
lint:
18-
runs-on: self-hosted
18+
runs-on: [self-hosted, linux]
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
publish-docker:
10-
runs-on: self-hosted
10+
runs-on: [self-hosted, linux]
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4

0 commit comments

Comments
 (0)