Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
apk-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
apk-tools
Merge requests
!293
ci: add loongarch64 static binary to release artifacts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
ci: add loongarch64 static binary to release artifacts
kasperk81/apk-tools:master
into
master
Overview
4
Commits
1
Pipelines
1
Changes
1
Open
Kasper K
requested to merge
kasperk81/apk-tools:master
into
master
1 week ago
Overview
4
Commits
1
Pipelines
1
Changes
1
Expand
fix
#11096
0
0
Merge request reports
Viewing commit
97db03f9
Show latest version
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
97db03f9
ci: add loongarch64 static binary to release artifacts
· 97db03f9
Kasper K
authored
1 week ago
.gitlab-ci.yml
+
3
−
0
Options
@@ -94,7+94,7 @@
build-static
:
stage
:
build
image
:
alpinelinux/build-base:latest-$ARCH
script
:
-
abuild-apk add -u $ALPINE_DEPS $ALPINE_STATIC_DEPS zstd-dev zstd-static
-
make -j$(nproc) static
@@ -110,7+110,7 @@
-
s390x
-
ppc64le
-
riscv64
-
loongarch64
artifacts
:
paths
:
-
src/apk.static-*
@@ -153,6 +154,8 @@ make-release:
url
:
$PACKAGE_ENDPOINT/$CI_COMMIT_TAG/ppc64le/apk.static
-
name
:
apk.static (riscv64)
url
:
$PACKAGE_ENDPOINT/$CI_COMMIT_TAG/riscv64/apk.static
-
name
:
apk.static (loongarch64)
url
:
$PACKAGE_ENDPOINT/$CI_COMMIT_TAG/loongarch64/apk.static
rules
:
-
if
:
$CI_COMMIT_TAG
tags
:
Loading