File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments