mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 21:03:47 +00:00
chore: change from blacksmith to self-hosted runner for electron build
This commit is contained in:
@@ -131,7 +131,8 @@ jobs:
|
|||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
build-linux:
|
build-linux:
|
||||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
# runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||||
|
runs-on: self-hosted
|
||||||
if: (github.event.inputs.build_type == 'all' || github.event.inputs.build_type == 'linux' || github.event.inputs.build_type == '') && github.event.inputs.artifact_destination != 'submit'
|
if: (github.event.inputs.build_type == 'all' || github.event.inputs.build_type == 'linux' || github.event.inputs.build_type == '') && github.event.inputs.artifact_destination != 'submit'
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
@@ -688,7 +689,8 @@ jobs:
|
|||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
submit-to-flatpak:
|
submit-to-flatpak:
|
||||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
# runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||||
|
runs-on: self-hosted
|
||||||
if: github.event.inputs.artifact_destination == 'submit' && (github.event.inputs.build_type == 'all' || github.event.inputs.build_type == 'linux' || github.event.inputs.build_type == '')
|
if: github.event.inputs.artifact_destination == 'submit' && (github.event.inputs.build_type == 'all' || github.event.inputs.build_type == 'linux' || github.event.inputs.build_type == '')
|
||||||
needs: []
|
needs: []
|
||||||
permissions:
|
permissions:
|
||||||
@@ -844,7 +846,8 @@ jobs:
|
|||||||
retention-days: 30
|
retention-days: 30
|
||||||
|
|
||||||
upload-to-release:
|
upload-to-release:
|
||||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
# runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||||
|
runs-on: self-hosted
|
||||||
if: github.event.inputs.artifact_destination == 'release'
|
if: github.event.inputs.artifact_destination == 'release'
|
||||||
needs: [build-windows, build-linux, build-macos]
|
needs: [build-windows, build-linux, build-macos]
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user