Skip to content
Snippets Groups Projects

ci: add loongarch64 static binary to release artifacts

Open Kasper K requested to merge kasperk81/apk-tools:master into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -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