Skip to content

Commit 316b77a

Browse files
authored
Merge pull request #30 from mirrorz-org/debian-arm64
feat: Add arm64 to debian
2 parents 3aaa409 + 5437002 commit 316b77a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎includes/os/debian.ini‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ distro = Debian
33
listvers = 1
44
location_0 = debian-cd/current/amd64/iso-cd/debian-*-amd64-*-CD-1.iso
55
location_1 = debian-cd/current/i386/iso-cd/debian-*-i386-*-CD-1.iso
6+
location_2 = debian-cd/current/arm64/iso-cd/debian-*-arm64-*-CD-1.iso
67
pattern = debian-([0-9.]+)-(\w+)-(\w+)-CD-1.iso
78
version = $1
89
type = CD installer with $3
@@ -13,6 +14,7 @@ distro = Debian
1314
listvers = 1
1415
location_0 = debian-cd/current/amd64/iso-cd/debian-*-amd64-netinst.iso
1516
location_1 = debian-cd/current/i386/iso-cd/debian-*-i386-netinst.iso
17+
location_2 = debian-cd/current/arm64/iso-cd/debian-*-arm64-netinst.iso
1618
pattern = debian-([0-9.]+)-(\w+)-netinst.iso
1719
version = $1
1820
type = Network installer
@@ -23,6 +25,7 @@ distro = Debian
2325
listvers = 1
2426
location_0 = debian-cd/current/amd64/iso-dvd/debian-*-amd64-DVD-*.iso
2527
location_1 = debian-cd/current/i386/iso-dvd/debian-*-i386-DVD-*.iso
28+
location_2 = debian-cd/current/arm64/iso-dvd/debian-*-arm64-DVD-*.iso
2629
pattern = debian-([0-9.]+)-(\w+)-DVD-(\d).iso
2730
version = $1
2831
type = DVD installer (Part $3)
@@ -33,6 +36,7 @@ distro = Debian
3336
listvers = 1
3437
location_0 = debian-cd/current-live/amd64/iso-hybrid/debian-live-*-amd64-*.iso
3538
location_1 = debian-cd/current-live/i386/iso-hybrid/debian-live-*-i386-*.iso
39+
location_2 = debian-cd/current-live/arm64/iso-hybrid/debian-live-*-arm64-*.iso
3640
pattern = debian-live-([0-9.]+)-(\w+)-(\w+).iso
3741
version = $1
3842
type = Live CD with $3

0 commit comments

Comments
 (0)