Build render (#2188)
* Build for arm and amd * Add scripts * Add scripts
This commit is contained in:
5
infra/release/build-front.sh
Executable file
5
infra/release/build-front.sh
Executable file
@ -0,0 +1,5 @@
|
||||
|
||||
docker buildx build \
|
||||
--push \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
-f ./infra/build/front/Dockerfile -t twentycrm/twenty-front:0.1.5 -t twentycrm/twenty-front:latest .
|
||||
5
infra/release/build-server.sh
Executable file
5
infra/release/build-server.sh
Executable file
@ -0,0 +1,5 @@
|
||||
|
||||
docker buildx build \
|
||||
--push \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
-f ./infra/build/server/Dockerfile -t twentycrm/twenty-server:0.1.5 -t twentycrm/twenty-server:latest .
|
||||
Reference in New Issue
Block a user