Skip to content
Snippets Groups Projects
Commit 51d0ea8b authored by Julian Sparber's avatar Julian Sparber
Browse files

Update .gitlab-ci.yml file

parent 51ac6856
No related branches found
No related tags found
No related merge requests found
Pipeline #77014 passed with warnings
......@@ -38,9 +38,10 @@ stages:
build_flat_manager_docker_arm64:
extends: .build_template
image: arm64v8/fedora
# Workaround: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27614
entrypoint: [ '/bin/sh', '-c' ]
image:
name: arm64v8/fedora
entrypoint: [ '/bin/sh', '-c' ]
tags:
- librem5:arm64
variables:
......@@ -49,9 +50,10 @@ build_flat_manager_docker_arm64:
build_flat_manager_docker:
extends: .build_template
image: fedora:latest
# Workaround: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27614
entrypoint: [ '/bin/sh', '-c' ]
image:
name: fedora:latest
entrypoint: [ '/bin/sh', '-c' ]
tags:
- librem5
variables:
......
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