mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Add platform specification when building binaries (#2302)
* Add platform specification * Add new rule with platform specification * Reformat code * Refactor indentation and typo
This commit is contained in:
parent
909c62d44e
commit
ecda941aac
1 changed files with 7 additions and 0 deletions
7
Makefile
7
Makefile
|
|
@ -233,6 +233,13 @@ docker-image-featurebase: vendor
|
|||
--file Dockerfile-dax \
|
||||
--tag dax/featurebase .
|
||||
|
||||
docker-image-featurebase-linux-amd64: vendor
|
||||
docker build \
|
||||
--build-arg GO_VERSION=$(GO_VERSION) \
|
||||
--platform linux/amd64 \
|
||||
--file Dockerfile-dax \
|
||||
--tag dax/featurebase .
|
||||
|
||||
docker-image-featurebase-test: vendor
|
||||
docker build \
|
||||
--build-arg GO_VERSION=$(GO_VERSION) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue