Skip to content
Snippets Groups Projects
Commit cfde91da authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

ci: fix typo in armv7 image tag

parent 2c43e0b9
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ build-aarch64: ...@@ -92,7 +92,7 @@ build-aarch64:
build-armv7: build-armv7:
extends: .build extends: .build
image: image:
name: alpinelinux/alpine-gitlab-ci:latest-v7 name: alpinelinux/alpine-gitlab-ci:latest-armv7
entrypoint: ["linux32", "sh", "-c"] entrypoint: ["linux32", "sh", "-c"]
artifacts: artifacts:
name: MR${CI_MERGE_REQUEST_ID}_armv7 name: MR${CI_MERGE_REQUEST_ID}_armv7
......
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