Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azagniotov authored Jan 17, 2024
1 parent 0ff556c commit 9d72cff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,12 @@ build_push_image_steps: &build_push_image_steps
docker context rm tls-environment-amd64
- run:
name: Building and Pushing Docker ARM64 images
working_directory: ~/repo/docker/jdk<< parameters.jdk_version >>
name: Building and Pushing Docker ARM64 JDK 11 image
working_directory: ~/repo/docker/jdk11
command: |
docker context create tls-environment-arm64
docker buildx create tls-environment-arm64 --use
docker buildx build --platform linux/arm64 -f Dockerfile.arm64 --rm --no-cache -t azagniotov/stubby4j:latest-jre<< parameters.jdk_version >> --push .
docker buildx build --platform linux/arm64 -f Dockerfile.arm64 --rm --no-cache -t azagniotov/stubby4j:latest-jre11 --push .
docker context rm tls-environment-arm64
smoke_test_steps: &smoke_test_steps
Expand Down

0 comments on commit 9d72cff

Please sign in to comment.