Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
3a1d676f
Commit
3a1d676f
authored
2 years ago
by
Kevin Daudt
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+32
-32
32 additions, 32 deletions
.gitlab-ci.yml
with
32 additions
and
32 deletions
.gitlab-ci.yml
+
32
−
32
View file @
3a1d676f
...
...
@@ -73,38 +73,38 @@ build-ppc64le:
-
ci-build
-
ppc64le
#
build-aarch64:
#
extends: .build
#
artifacts:
#
name: MR${CI_MERGE_REQUEST_ID}_aarch64
#
tags:
#
- docker-alpine
#
- ci-build
#
- aarch64
#
#
build-armv7:
#
extends: .build
#
image:
#
name: alpinelinux/alpine-gitlab-ci:latest-armv7
#
entrypoint: ["linux32", "sh", "-c"]
#
artifacts:
#
name: MR${CI_MERGE_REQUEST_ID}_armv7
#
tags:
#
- docker-alpine
#
- ci-build
#
- armv7
#
#
build-armhf:
#
extends: .build
#
image:
#
name: alpinelinux/alpine-gitlab-ci:latest-armhf
#
entrypoint: ["linux32", "sh", "-c"]
#
artifacts:
#
name: MR${CI_MERGE_REQUEST_ID}_armhf
#
tags:
#
- docker-alpine
#
- ci-build
#
- armhf
build-aarch64
:
extends
:
.build
artifacts
:
name
:
MR${CI_MERGE_REQUEST_ID}_aarch64
tags
:
-
docker-alpine
-
ci-build
-
aarch64
build-armv7
:
extends
:
.build
image
:
name
:
alpinelinux/alpine-gitlab-ci:latest-armv7
entrypoint
:
[
"
linux32"
,
"
sh"
,
"
-c"
]
artifacts
:
name
:
MR${CI_MERGE_REQUEST_ID}_armv7
tags
:
-
docker-alpine
-
ci-build
-
armv7
build-armhf
:
extends
:
.build
image
:
name
:
alpinelinux/alpine-gitlab-ci:latest-armhf
entrypoint
:
[
"
linux32"
,
"
sh"
,
"
-c"
]
artifacts
:
name
:
MR${CI_MERGE_REQUEST_ID}_armhf
tags
:
-
docker-alpine
-
ci-build
-
armhf
build-riscv64-emulated
:
extends
:
.build
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment