Skip to content

Commit

Permalink
build runtime and CLI for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 22, 2024
1 parent 3d30fc2 commit f9f2096
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,15 @@ sub_platform() {
ln -sf tools/dev/.dockerignore .dockerignore
docker buildx build --platform $METACALL_PLATFORM -f docker-compose.yml -t metacall/dev .

# Build runtime
# Build runtime for all platforms
ln -sf tools/runtime/.dockerignore .dockerignore
docker buildx build --platform $METACALL_PLATFORM -f docker-compose.yml -t metacall/runtime .

# Build CLI
# Build CLI for all platforms
ln -sf tools/cli/.dockerignore .dockerignore
docker buildx build --platform $METACALL_PLATFORM -f docker-compose.yml -t metacall/cli .

echo "Build process complete for platform: $METACALL_PLATFORM"

}

Expand Down

0 comments on commit f9f2096

Please sign in to comment.