Commit 8103c3e2 by Arve Knudsen Committed by GitHub

CircleCI: Fix cross platform Docker builds (#23192)

parent 3385ed90
......@@ -560,6 +560,9 @@ jobs:
ubuntu:
type: boolean
executor: base
environment:
# Required for building cross-platform images
DOCKER_BUILDKIT: 1
steps:
- run:
name: Exit if enterprise and forked PR
......@@ -572,7 +575,9 @@ jobs:
- run:
name: CI job started
command: ./scripts/ci-job-started.sh
- setup_remote_docker
- setup_remote_docker:
# This version is necessary for building cross-platform images
version: 18.09.3
- install-google-cloud-sdk
- install-grabpl
- run:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment