mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CircleCI: Fix cross platform Docker builds (#23192)
This commit is contained in:
parent
3385ed9007
commit
8103c3e2c8
@ -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:
|
|||||||
- 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:
|
||||||
|
Loading…
Reference in New Issue
Block a user