We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7ece7 commit 79b5f3cCopy full SHA for 79b5f3c
.github/workflows/release.yaml
@@ -30,6 +30,7 @@ jobs:
30
- name: Build Plugins
31
run: |
32
GOOS=${{ matrix.goos }} go build -buildmode=plugin -o plugins/postgres-${{ matrix.goos }}.so ./plugin/postgresql/postgresql.go
33
+ GOOS=${{ matrix.goos }} go build -buildmode=plugin -o plugins/mongodb-${{ matrix.goos }}.so ./plugin/mongodb/mongodb.go
34
35
- name: Archive Release Artifacts
36
run: tar -czvf konsume-${{ github.event.release.tag_name }}-${{ matrix.goos }}.tar.gz konsume-${{ matrix.goos }} plugins
0 commit comments