Skip to content

Commit

Permalink
Do not build linux/arm/v7 images.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Dec 2, 2024
1 parent 00c4c32 commit c50c84b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
- image: drevops/ci-runner:24.11.0
environment:
BUILDX_VERSION: v0.10.4
BUILDX_PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
working_directory: /root/project

steps:
- checkout
- run:
Expand Down Expand Up @@ -39,6 +39,8 @@ jobs:
command: codecov --fail-on-error -t $CODECOV_TOKEN -s coverage
- run:
name: Deploy image
environment:
BUILDX_PLATFORMS: linux/amd64,linux/arm64
command: |
if [ -n "${CIRCLE_TAG}" ]; then
export TAG="${CIRCLE_TAG}"
Expand Down

0 comments on commit c50c84b

Please sign in to comment.