-
Notifications
You must be signed in to change notification settings - Fork 153
/
Copy pathimages.yml
78 lines (78 loc) · 2.84 KB
/
images.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
images:
raspberrypiarmhf:
description: "Official raspberrypi lite 32bit image"
type: rpi
env:
BASE_ARCH: armhf
raspberrypiarm64:
description: "Official raspberrypi lite 64bit image"
type: rpi
port: lite_arm64
env:
BASE_ARCH: arm64
raspberrypiarmhf_full:
description: "Official raspberrypi full 32bit image"
type: rpi
port: full_armhf
env:
BASE_ARCH: armhf
raspberrypiarm64_full:
description: "Official raspberrypi full 64bit image"
type: rpi
port: full_arm64
env:
BASE_ARCH: arm64
orangepi_orangepi_zero2:
description: "Orange Pi Zero2"
url: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/orangepi-orangepi_zero2_bullseye.img.xz"
checksum: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/orangepi-orangepi_zero2_bullseye.img.xz.sha256"
type: http
env:
BASE_ARCH: arm64
armbian_bananapim2zero:
description: "Banana Pi BPI-M2 ZERO"
url: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-bananapi_m2_zero_bullseye.img.xz"
checksum: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-bananapi_m2_zero_bullseye.img.xz.sha256"
type: http
env:
BASE_ARCH: arm64
armbian_orangepi3lts:
description: "Orange Pi 3 LTS"
url: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-orangepi3_lts_bullseye.img.xz"
checksum: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-orangepi3_lts_bullseye.img.xz.sha256"
type: http
env:
BASE_ARCH: arm64
armbian_orangepi4lts:
description: "Orange Pi 4 LTS"
url: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-orangepi4_lts_bullseye.img.xz"
checksum: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-orangepi4_lts_bullseye.img.xz.sha256"
type: http
env:
BASE_ARCH: arm64
BASE_DISTRO: armbian
BASE_IMAGE_RASPBIAN: "no"
raspbian_lepotato:
description: "Le Potato AML-S905X-CC Raspbian image"
type: libre.computer
os_name: raspbian
os_version: 12
distribution: bookworm
port: lite
env:
BASE_ARCH: arm64
BASE_DISTRO: raspbian
BASE_IMAGE_RASPBIAN: "yes"
BASE_ADD_USER: "yes"
BASE_USER: "pi"
BASE_USER_PASSWORD: "lepotato"
debian_lepotato:
description: "Le Potato AML-S905X-CC Debian image"
type: libre.computer
env:
BASE_ARCH: arm64
BASE_DISTRO: debian
BASE_BOOT_MOUNT_PATH: boot/efi
BASE_IMAGE_RASPBIAN: "no"
BASE_USER: "pi"
BASE_USER_PASSWORD: "lepotato"