services:
  code-push-server-cli:
    build:
      context: .
      dockerfile: Dockerfile
      target: deploy
      platforms:
        - linux/amd64

  lint-and-test:
    build:
      context: .
      dockerfile: Dockerfile
      target: lint-and-test
      platforms:
        - linux/amd64
