Skip to content

Commit

Permalink
fix c2w workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Joinhack committed Sep 25, 2024
1 parent ccc0a41 commit b8eb82d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c2w.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
name: Build Release Linux
jobs:
bls-c2w-images:
strategy:
matrix:
goos: [darwin, linux, windows]
goarch: [amd64, arm64]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b8eb82d

Please sign in to comment.