adds basic job for bundling

This commit is contained in:
Christopher Lowenthal 2022-11-02 12:57:02 -04:00
parent 53906c507a
commit f6e8ee48bf

View file

@ -149,4 +149,23 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: consumers-${{ matrix.goos }}-${{ matrix.goarch }}
path: ./build/consumer*
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: