Updated Makefile to build for linux/amd64

This commit is contained in:
Kelvin Clement Mwinuka
2023-08-10 04:52:16 +08:00
parent fc7270c2b9
commit e8df5bb13c
5 changed files with 23 additions and 36 deletions
+6 -1
View File
@@ -17,7 +17,8 @@ services:
- KEY=""
- CERT=""
- SERVERID=1
- INMEMORY=true
- PLUGINDIR=/usr/local/lib/memstore
- INMEMORY=-inMemory
ports:
- "7480:7480"
- "7946:7946"
@@ -38,6 +39,7 @@ services:
- CERT=""
- SERVERID=2
- JOINADDR=node1:7946
- PLUGINDIR=/usr/local/lib/memstore
ports:
- "7481:7480"
- "7947:7946"
@@ -58,6 +60,7 @@ services:
- CERT=""
- SERVERID=3
- JOINADDR=node1:7946
- PLUGINDIR=/usr/local/lib/memstore
ports:
- "7482:7480"
- "7948:7946"
@@ -78,6 +81,7 @@ services:
- CERT=""
- SERVERID=4
- JOINADDR=node1:7946
- PLUGINDIR=/usr/local/lib/memstore
ports:
- "7483:7480"
- "7949:7946"
@@ -98,6 +102,7 @@ services:
- CERT=""
- SERVERID=5
- JOINADDR=node1:7946
- PLUGINDIR=/usr/local/lib/memstore
ports:
- "7484:7480"
- "7950:7946"