Skip to content

Commit

Permalink
multi platform
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jul 25, 2024
1 parent ee7daea commit 3b9aaf3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ phases:
build:
on-failure: ABORT
commands:
- docker buildx create --use
- |
docker buildx build --platform linux/arm64,linux/amd64 \
-t ${ECR_REGISTRY}/merritt-maven:dev \
--build-arg ECR_REGISTRY=${ECR_REGISTRY} --build-arg JAVA_RELEASE_ARG=${JAVA_RELEASE:-8} \
--push mrt-inttest-services/merritt-maven
- docker-compose -f mrt-inttest-services/merritt-tomcat/docker-compose.yml build
- docker-compose -f mrt-inttest-services/merritt-tomcat/docker-compose.yml push
- docker-compose -f mrt-inttest-services/merritt-maven/docker-compose.yml build
Expand Down

0 comments on commit 3b9aaf3

Please sign in to comment.