mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 23:31:03 +00:00
removed make based builds for featurebase
This commit is contained in:
parent
bd55a43693
commit
e6edca81c3
1 changed files with 0 additions and 6 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -73,7 +73,6 @@ jobs:
|
|||
|
||||
- name: build featurebase
|
||||
run: |
|
||||
make build FLAGS="-o ./build/featurebase-from-make-${{ matrix.goos }}-${{ matrix.goarch }}" ./cmd/featurebase
|
||||
go build -o ./build/featurebase-${{ matrix.goos }}-${{ matrix.goarch }} ./cmd/featurebase
|
||||
go build -o ./build/roaring-migrate-${{ matrix.goos }}-${{ matrix.goarch }} ./cmd/roaring-migrate
|
||||
|
||||
|
|
@ -82,11 +81,6 @@ jobs:
|
|||
name: featurebase-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
path: ./build/featurebase-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: featurebase-from-make-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
path: ./build/featurebase-from-make-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: roaring-migrate-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue