We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa74863 commit 5e6b88aCopy full SHA for 5e6b88a
.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
48
49
create-release:
50
name: create-release
51
- runs-on: self-hosted
+ runs-on: [self-hosted, linux]
52
outputs:
53
upload_url: ${{ steps.release.outputs.upload_url }}
54
steps:
@@ -70,15 +70,15 @@ jobs:
70
build: [linux, linux-arm, linux-arm64]
71
include:
72
- build: linux
73
- os: self-hosted
+ os: [self-hosted, linux]
74
asset_name: yubikey-provision-linux-x86_64
75
target: x86_64-unknown-linux-gnu
76
- build: linux-arm
77
78
asset_name: yubikey-provision-linux-armv7
79
target: armv7-unknown-linux-gnueabihf
80
- build: linux-arm64
81
82
asset_name: yubikey-provision-linux-arm64
83
target: aarch64-unknown-linux-gnu
84
0 commit comments