Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantRaj18198 authored Sep 3, 2024
1 parent 13ecc9c commit de23983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
# - "warpdev-ubuntu-2404-x64-16x;wb.snapshot.key=wb-pocketbase-snp-bm-0"
# - "warpdev-ubuntu-2404-x64-32x;wb.snapshot.key=wb-pocketbase-snp-bm-0"
- "warpdev-ubuntu-2404-x64-2x"
- "warpdev-ubuntu-2404-arm64-2x"
# - "warpdev-ubuntu-2404-x64-4x"
# - "warpdev-ubuntu-2404-x64-8x"
# - "warpdev-ubuntu-2404-x64-16x"
Expand Down Expand Up @@ -100,4 +101,4 @@ jobs:
warpbuild-base-url: "https://api.dev.warpbuild.dev/api/v1"
wait-timeout-minutes: 30
fail-on-error: "false"
alias: "wb-pocketbase-snp-bm-1"
alias: "wb-pocketbase-snp-${{ contains(matrix.runners, 'arm') ? 'arm' : 'x64' }}-0"

0 comments on commit de23983

Please sign in to comment.