We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4559578 commit c1b64ffCopy full SHA for c1b64ff
1 file changed
.github/workflows/build.yml
@@ -33,6 +33,7 @@ jobs:
33
go-version: 1.19
34
- name: golang build
35
run: |
36
+ cd cmd/gitops
37
GOARCH=${{ matrix.arch }} go build -ldflags="-s -w" .
38
- name: Upload binaries to release
39
uses: svenstaro/upload-release-action@v2
0 commit comments