We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a483a24 commit 7cfb205Copy full SHA for 7cfb205
.gitlab_ci/_templates.yml
@@ -13,10 +13,10 @@ variables:
13
- docker:24.0.2-dind
14
variables:
15
DOCKER_BUILDKIT: 1
16
- DOCKER_PLATFORM: "linux/arm64,linux/amd64"
+ DOCKER_PLATFORM: "linux/amd64"
17
DOCKER_TARGET: dev
18
before_script:
19
- - apk add --no-cache qemu bash git
+ - apk add --no-cache bash git
20
script:
21
- docker buildx create --use
22
- docker buildx inspect --bootstrap
0 commit comments