-
Notifications
You must be signed in to change notification settings - Fork 151
/
images.yml
66 lines (66 loc) · 2.63 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
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:
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"
url: "https://distro.libre.computer/ci/raspbian/11/2023-05-03-raspbian-bullseye-arm64-lite%2Baml-s905x-cc.img.xz"
checksum: "https://distro.libre.computer/ci/raspbian/11/SHA256SUMS"
type: http
env:
BASE_ARCH: arm64
BASE_DISTRO: raspbian
BASE_IMAGE_RASPBIAN: "yes"
BASE_ADD_USER: "yes"
BASE_USER: "pi"
BASE_USER_PASSWORD: "lepotato"