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 16, 2024
1 parent df97adb commit cdce98f
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 @@ -269,11 +269,11 @@ build_push_image_steps: &build_push_image_steps
# https://support.circleci.com/hc/en-us/articles/360058095471-How-To-Use-Docker-Buildx-in-Remote-Docker-
# https://microservices.io/post/microservices/2022/01/18/build-multi-arch-docker-images-circleci.html
command: |
echo "Creating a Docker context"
docker context create tls-environment
# echo "Creating a Docker context"
# docker context create tls-environment
echo "BuildX creates and uses the Docker context"
docker buildx create tls-environment --use
docker buildx create tls-environment
echo "Starting Docker BuildX process .."
docker buildx build --platform linux/amd64,linux/arm64 --rm --no-cache -t azagniotov/stubby4j:latest-jre<< parameters.jdk_version >> .
Expand Down

0 comments on commit cdce98f

Please sign in to comment.