mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-13 08:01:02 +00:00
Add 32-bit build to release process
This commit is contained in:
parent
21692cfddb
commit
9deee72bda
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -45,6 +45,7 @@ crossbuild: vendor
|
|||
|
||||
release:
|
||||
make crossbuild GOOS=linux GOARCH=amd64
|
||||
make crossbuild GOOS=linux GOARCH=386
|
||||
make crossbuild GOOS=darwin GOARCH=amd64
|
||||
|
||||
install: vendor
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue