Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
postmarketOS
pmaports
Commits
18da7a1c
Verified
Commit
18da7a1c
authored
1 month ago
by
Clayton Craft
Browse files
Options
Downloads
Patches
Plain Diff
CI: use aarch64 gitlab runners for ARM build testing
Maybe a nicer way to work around
#3275
parent
6bc98ff4
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
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
18da7a1c
...
...
@@ -157,19 +157,19 @@ build-x86:
build-aarch64
:
extends
:
.build
resource_group
:
qemu
tags
:
[
arm64
]
script
:
-
.ci/build-aarch64.sh
build-armv7
:
extends
:
.build
resource_group
:
qemu
tags
:
[
arm64
]
script
:
-
.ci/build-armv7.sh
build-armhf
:
extends
:
.build
resource_group
:
qemu
tags
:
[
arm64
]
script
:
-
.ci/build-armhf.sh
...
...
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