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

ci: revert temporary disable arm* jobs

The builder is available again.

This reverts commit 9a738fc3.
parent 951c9eea
No related branches found
No related tags found
No related merge requests found
...@@ -73,38 +73,38 @@ build-ppc64le: ...@@ -73,38 +73,38 @@ build-ppc64le:
- ci-build - ci-build
- ppc64le - ppc64le
# build-aarch64: build-aarch64:
# extends: .build extends: .build
# artifacts: artifacts:
# name: MR${CI_MERGE_REQUEST_ID}_aarch64 name: MR${CI_MERGE_REQUEST_ID}_aarch64
# tags: tags:
# - docker-alpine - docker-alpine
# - ci-build - ci-build
# - aarch64 - aarch64
#
# build-armv7: build-armv7:
# extends: .build extends: .build
# image: image:
# name: alpinelinux/alpine-gitlab-ci:latest-armv7 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
# tags: tags:
# - docker-alpine - docker-alpine
# - ci-build - ci-build
# - armv7 - armv7
#
# build-armhf: build-armhf:
# extends: .build extends: .build
# image: image:
# name: alpinelinux/alpine-gitlab-ci:latest-armhf name: alpinelinux/alpine-gitlab-ci:latest-armhf
# entrypoint: ["linux32", "sh", "-c"] entrypoint: ["linux32", "sh", "-c"]
# artifacts: artifacts:
# name: MR${CI_MERGE_REQUEST_ID}_armhf name: MR${CI_MERGE_REQUEST_ID}_armhf
# tags: tags:
# - docker-alpine - docker-alpine
# - ci-build - ci-build
# - armhf - armhf
build-riscv64-emulated: build-riscv64-emulated:
extends: .build extends: .build
......
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