Skip to content

Commit

Permalink
run on all x64 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantRaj18198 authored Aug 28, 2024
1 parent 02a1873 commit 38f88b8
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@ on:

jobs:
goreleaser:
# runs-on: ${{ inputs.runs_on }}
runs-on: warpdev-custom-validteststack-staticip-ondemand
runs-on: ${{ matrix.runners }}
strategy:
fail-fast: true
matrix:
runners:
- "warpdev-ubuntu-2404-x64-2x"
- "warpdev-ubuntu-2404-x64-4x"
- "warpdev-ubuntu-2404-x64-8x"
- "warpdev-ubuntu-2404-x64-16x"
- "warpdev-ubuntu-2404-x64-32x"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -85,4 +93,5 @@ jobs:
with:
warpbuild-base-url: "https://api.dev.warpbuild.dev/api/v1"
wait-timeout-minutes: 30
alias: "wb-pocketbase-snp-2"
fail-on-error: "false"
alias: "wb-pocketbase-snp-bm-0"

0 comments on commit 38f88b8

Please sign in to comment.