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
85c8ee97
Commit
85c8ee97
authored
1 year ago
by
Jingyun Hua
Committed by
Natanael Copa
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
scripts: add loongarch64
parent
8280e183
No related branches found
No related tags found
1 merge request
!61751
scripts: add loongarch64
Pipeline
#220233
skipped
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
scripts/mkimg.base.sh
+1
-0
1 addition, 0 deletions
scripts/mkimg.base.sh
scripts/mkimg.minirootfs.sh
+1
-1
1 addition, 1 deletion
scripts/mkimg.minirootfs.sh
scripts/mkimg.standard.sh
+1
-1
1 addition, 1 deletion
scripts/mkimg.standard.sh
with
3 additions
and
2 deletions
scripts/mkimg.base.sh
+
1
−
0
View file @
85c8ee97
...
...
@@ -226,6 +226,7 @@ section_grub_efi() {
x86
)
_format
=
"i386-efi"
;
_efi
=
"bootia32.efi"
;;
x86_64
)
_format
=
"x86_64-efi"
;
_efi
=
"bootx64.efi"
;;
riscv64
)
_format
=
"riscv64-efi"
;
_efi
=
"bootriscv64.efi"
;;
loongarch64
)
_format
=
"loongarch64-efi"
;
_efi
=
"bootloongarch64.efi"
;;
*
)
return
0
;;
esac
...
...
This diff is collapsed.
Click to expand it.
scripts/mkimg.minirootfs.sh
+
1
−
1
View file @
85c8ee97
...
...
@@ -20,6 +20,6 @@ profile_minirootfs() {
and minimal chroots."
image_ext
=
tar.gz
output_format
=
rootfs
arch
=
"x86 x86_64 armhf armv7 aarch64 ppc64le s390x mips64 riscv64"
arch
=
"x86 x86_64 armhf armv7 aarch64 ppc64le s390x mips64 riscv64
loongarch64
"
rootfs_apks
=
"busybox alpine-baselayout alpine-keys apk-tools libc-utils"
}
This diff is collapsed.
Click to expand it.
scripts/mkimg.standard.sh
+
1
−
1
View file @
85c8ee97
...
...
@@ -6,7 +6,7 @@ profile_standard() {
profile_base
profile_abbrev
=
"std"
image_ext
=
"iso"
arch
=
"aarch64 armv7 x86 x86_64 ppc64le riscv64 s390x"
arch
=
"aarch64 armv7 x86 x86_64 ppc64le riscv64 s390x
loongarch64
"
output_format
=
"iso"
kernel_addons
=
"xtables-addons"
case
"
$ARCH
"
in
...
...
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