Skip to content

Commit a683308

Browse files
committed
Disable arm64 docker builds for now
1 parent 17b1754 commit a683308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
docker buildx build \
248248
--push \
249249
--progress plain \
250-
--platform linux/arm64,linux/amd64 \
250+
--platform linux/amd64 \
251251
-f docker/build-src/rolling-shutter/Dockerfile \
252252
-t "${DOCKER_TAG}" \
253253
.

0 commit comments

Comments
 (0)