Skip to content

Commit

Permalink
Don't build ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
trianglesphere committed Jan 29, 2024
1 parent 8795cfc commit d7dc4f1
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 @@ -94,7 +94,7 @@ jobs:
docker buildx create --use buildx-build
docker buildx build --push \
$(echo -ne $DOCKER_TAGS | tr '\n' ' ') \
--platform=linux/arm64,linux/amd64 \
--platform=linux/amd64 \
--build-arg VERSION=$CIRCLE_TAG \
--build-arg COMMIT=$CIRCLE_SHA \
--build-arg BUILDNUM=$CIRCLE_BUILD_NUM \
Expand Down

0 comments on commit d7dc4f1

Please sign in to comment.