Skip to content

Commit 7cfb205

Browse files
committed
Remove QEMU and default to amd64 architecture
Signed-off-by: Federico Busetti <[email protected]>
1 parent a483a24 commit 7cfb205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab_ci/_templates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ variables:
1313
- docker:24.0.2-dind
1414
variables:
1515
DOCKER_BUILDKIT: 1
16-
DOCKER_PLATFORM: "linux/arm64,linux/amd64"
16+
DOCKER_PLATFORM: "linux/amd64"
1717
DOCKER_TARGET: dev
1818
before_script:
19-
- apk add --no-cache qemu bash git
19+
- apk add --no-cache bash git
2020
script:
2121
- docker buildx create --use
2222
- docker buildx inspect --bootstrap

0 commit comments

Comments
 (0)