Skip to content

Commit

Permalink
test 5 : pass GOOS and GOARCH from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
maniSbindra committed Feb 4, 2024
1 parent c14b9bf commit 25b2b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
go-version: 1.19
# goos: ${{ matrix.os }}
# goarch: ${{ matrix.arch }}
evaluated-envs: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"
evaluated-envs: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}},GOOS:${{ matrix.os }},GOARCH:${{ matrix.arch }}"
strategy:
matrix:
os:
Expand Down

0 comments on commit 25b2b07

Please sign in to comment.