mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
uploads roaring-migrate builds to artifacts
This commit is contained in:
parent
7d2f6a7e35
commit
fdc1c25116
1 changed files with 6 additions and 2 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -63,14 +63,18 @@ jobs:
|
|||
- name: build featurebase
|
||||
run: |
|
||||
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o ./build/featurebase-${{ matrix.goos }}-${{ matrix.goarch }} ./cmd/featurebase
|
||||
GOOS="darwin" GOARCH="arm64" go build -o roaring-migrate_darwin_arm64 ./cmd/roaring-migrate
|
||||
|
||||
GOOS="darwin" GOARCH="arm64" go build -o ./build/roaring-migrate-${{ matrix.goos }}-${{ matrix.goarch }} ./cmd/roaring-migrate
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: featurebase-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
path: ./build/featurebase-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: roaring-migrate-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
path: ./build/roaring-migrate-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
|
||||
# build-ingest:
|
||||
# runs-on: ubuntu-latest
|
||||
# strategy:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue