Skip to content
Snippets Groups Projects
Verified Commit e64f2f20 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

try to fix arm builds

parent d6f6be85
Branches reportContent
No related tags found
No related merge requests found
Pipeline #5816 failed
......@@ -43,7 +43,8 @@ build synapse arm64:
.build-linux:
stage: build
image: ubuntu:22.04
image:
name: ubuntu:22.04
services:
- name: $CI_REGISTRY_IMAGE/synapse-${M_ARCH}:latest
alias: synapse
......@@ -87,6 +88,9 @@ build synapse arm64:
build linux amd64:
extends: .build-linux
image:
docker:
platform: amd64
tags: [docker]
variables:
M_ARCH: x86_64
......@@ -111,7 +115,10 @@ build linux amd64:
build linux arm64:
extends: .build-linux
tags: [docker-arm64]
image:
docker:
platform: arm64
tags: [docker]
variables:
M_ARCH: aarch64
needs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment