CircleCI: Fix cross platform Docker builds (#23192)

This commit is contained in:
Arve Knudsen 2020-03-30 12:01:45 +02:00 committed by GitHub
parent 3385ed9007
commit 8103c3e2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: