Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jul 26, 2024
1 parent e4dbb29 commit 33143a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ phases:
- aws ecr create-repository --repository-name mrt-opendj || echo 'ignore if exists...'
- aws ecr create-repository --repository-name mrt-init || echo 'ignore if exists...'
- aws ecr create-repository --repository-name mrt-database || echo 'ignore if exists...'
- BUILDCMD="buildx build --platform linux/arm64,linux/amd64 --push --quiet"

# - docker buildx create --use
# - BUILDCMD="buildx build --platform linux/arm64,linux/amd64 --push --quiet"
- BUILDCMD="build --push --quiet"

build:
on-failure: ABORT
commands:
- docker buildx create --use
- |
docker ${BUILDCMD} \
-t ${ECR_REGISTRY}/merritt-maven:dev \
Expand Down

0 comments on commit 33143a5

Please sign in to comment.