Skip to content

Commit

Permalink
🤳🏽 Build on self-hosted runner machines
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu11-A authored Jun 11, 2024
1 parent 3711159 commit 9c4c531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
prepare:
name: Prepare job
runs-on: ubuntu-22.04
runs-on: self-hosted
strategy:
matrix:
node-version: [20.x]
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
build_multi_linux:
name: Build Linux ${{ matrix.arch }}
needs: prepare
runs-on: ${{ matrix.distro }}
runs-on: self-hosted
strategy:
matrix:
distro: [ubuntu-22.04]
Expand Down Expand Up @@ -103,4 +103,4 @@ jobs:
file: release/*
tag: ${{ github.ref }}
overwrite: true
file_glob: true
file_glob: true

0 comments on commit 9c4c531

Please sign in to comment.