Skip to content

Commit

Permalink
[integration] Simplify ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Sep 27, 2021
1 parent 5fd8278 commit b1b960f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
resource_class: xlarge
environment:
DOCKER_BUILDKIT: 1
BUILDX_PLATFORMS: linux/amd64,linux/arm64,linux/ppc64le,linux/arm/v7
BUILDX_PLATFORMS: linux/amd64,linux/arm64
steps:
- attach_workspace:
at: ~/
Expand Down

0 comments on commit b1b960f

Please sign in to comment.