Skip to content

Commit

Permalink
hotfix: github action build job lost it's matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
equals215 committed Apr 16, 2024
1 parent 8113881 commit 1244b0b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/go-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ env:

jobs:
build:
strategy:
matrix:
component:
- server
- agent
os:
- linux
- darwin
arch:
- amd64
- arm64
permissions:
id-token: write # To sign.
contents: write # To upload release assets.
Expand Down

0 comments on commit 1244b0b

Please sign in to comment.