diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 330a028a2..5e6901ad0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -149,4 +149,23 @@ jobs: - uses: actions/upload-artifact@v3 with: name: consumers-${{ matrix.goos }}-${{ matrix.goarch }} - path: ./build/consumer* \ No newline at end of file + path: ./build/consumer* + + bundle: + runs-on: ubuntu-latest + needs: + - meta + - build-featurebase + - build-lattice + - build-ingest + + strategy: + matrix: + goos: + - "darwin" + - "linux" + goarch: + - "amd64" + - "arm64" + + steps: \ No newline at end of file