Commit 8103c3e2 by Arve Knudsen Committed by GitHub

CircleCI: Fix cross platform Docker builds (#23192)

parent 3385ed90
...@@ -560,6 +560,9 @@ jobs: ...@@ -560,6 +560,9 @@ jobs:
ubuntu: ubuntu:
type: boolean type: boolean
executor: base executor: base
environment:
# Required for building cross-platform images
DOCKER_BUILDKIT: 1
steps: steps:
- run: - run:
name: Exit if enterprise and forked PR name: Exit if enterprise and forked PR
...@@ -572,7 +575,9 @@ jobs: ...@@ -572,7 +575,9 @@ jobs:
- run: - run:
name: CI job started name: CI job started
command: ./scripts/ci-job-started.sh 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-google-cloud-sdk
- install-grabpl - install-grabpl
- run: - 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