Skip to content

Commit 5e6b88a

Browse files
fix(ci): runner linux only on release
1 parent aa74863 commit 5e6b88a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
create-release:
5050
name: create-release
51-
runs-on: self-hosted
51+
runs-on: [self-hosted, linux]
5252
outputs:
5353
upload_url: ${{ steps.release.outputs.upload_url }}
5454
steps:
@@ -70,15 +70,15 @@ jobs:
7070
build: [linux, linux-arm, linux-arm64]
7171
include:
7272
- build: linux
73-
os: self-hosted
73+
os: [self-hosted, linux]
7474
asset_name: yubikey-provision-linux-x86_64
7575
target: x86_64-unknown-linux-gnu
7676
- build: linux-arm
77-
os: self-hosted
77+
os: [self-hosted, linux]
7878
asset_name: yubikey-provision-linux-armv7
7979
target: armv7-unknown-linux-gnueabihf
8080
- build: linux-arm64
81-
os: self-hosted
81+
os: [self-hosted, linux]
8282
asset_name: yubikey-provision-linux-arm64
8383
target: aarch64-unknown-linux-gnu
8484

0 commit comments

Comments
 (0)