forked from ophub/amlogic-s9xxx-armbian
-
Notifications
You must be signed in to change notification settings - Fork 0
302 lines (289 loc) · 9.03 KB
/
build-armbian.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
#==========================================================================
# Description: Build Armbian
# Copyright (C) 2021 https://github.com/ophub/amlogic-s9xxx-armbian
#==========================================================================
name: Build armbian
on:
repository_dispatch:
workflow_dispatch:
inputs:
set_release:
description: "Select OS Release."
required: false
default: "jammy"
type: choice
options:
- jammy
- bullseye
- lunar
- bookworm
armbian_board:
description: "Select device board."
required: false
default: "all"
type: choice
options:
- all
- s905x-t95_s912-t95z-plus_s905l3-unt400g1_s905mb_vplus_xiaobao
- s905x3-x88-pro-x3_s912-m8s-pro_s922x_s922x-ct2000_s922x-reva
- smart-am40_station-m1_sw799_tn3399_zysj_tanix-tx6_tqc-a01_tvi3315a
- a311d
- beikeyun
- chainedbox
- crrc
- dg3399
- dlfr100
- e25
- eaidk-610
- emb3531
- h66k
- h68k
- h69k
- h88k
- hugsun-zm
- ipc-r
- king3399
- kylin3399
- leez
- nanopi-r5c
- nanopi-r5s
- panther-x2
- r66s
- r68s
- rock5b
- s905
- s905-beelink-mini
- s905-mxqpro-plus
- s905d
- s905d-ki-pro
- s905d-sml5442tw
- s905l
- s905l2
- s905l2-e900v21e
- s905l2-wojia
- s905l3
- s905l3-cm211
- s905l3-unt400g1
- s905l3a
- s905l3a-cm311
- s905l3a-m401a
- s905l3b
- s905l3b-e900v22d
- s905l3b-e900v22e
- s905l3b-ip103h
- s905lb-q96-mini
- s905lb-r3300l
- s905mb
- s905w
- s905w-w95
- s905w-x96-mini
- s905w-x96w
- s905x
- s905x-b860h
- s905x-t95
- s905x-tbee
- s905x-tx9
- s905x2
- s905x2-km3
- s905x2-x96max-2g
- s905x3
- s905x3-2101
- s905x3-a100
- s905x3-a95xf3
- s905x3-a95xf3-gb
- s905x3-b
- s905x3-h96max
- s905x3-hk1
- s905x3-ip1001m
- s905x3-q1
- s905x3-q2
- s905x3-tx3
- s905x3-tx3-bz
- s905x3-ugoosx3
- s905x3-whale
- s905x3-x88-pro-x3
- s905x3-x96air
- s905x3-x96air-gb
- s905x3-x96max
- s912
- s912-h96pro-plus
- s912-m8s-pro
- s912-nexbox-a1
- s912-nexbox-a2
- s912-phicomm-t1
- s912-t95z-plus
- s912-tx8-max
- s912-tx9-pro-2g
- s912-tx9-pro-3g
- s912-x92
- s912-zyxq-fake
- s922x
- s922x-ct2000
- s922x-gtking
- s922x-gtkingpro-h
- s922x-odroid-n2
- s922x-reva
- s922x-ugoos-am6
- smart-am40
- station-m1
- sw799
- tanix-tx6
- tn3399
- tqc-a01
- tvi3315a
- vplus
- xiaobao
- zysj
armbian_kernel:
description: "Select kernel version."
required: false
default: "5.15.1_6.1.1"
type: choice
options:
- 5.4.1_5.10.1
- 5.15.1_6.1.1
- 5.4.1
- 5.10.1
- 5.15.1
- 6.1.1
auto_kernel:
description: "Auto use the latest kernel."
required: false
default: true
type: boolean
kernel_repo:
description: "Set the kernel repository."
required: false
default: "ophub/kernel"
type: choice
options:
- ophub/kernel
kernel_usage:
description: "Set the tags of the stable kernel."
required: false
default: "dev"
type: choice
options:
- stable
- flippy
- dev
- beta
armbian_fstype:
description: "Select armbian rootfs type."
required: false
default: "ext4"
type: choice
options:
- ext4
- btrfs
armbian_storage:
description: "Select image storage type."
required: false
default: "save"
type: choice
options:
- save
- temp
builder_name:
description: "Set Armbian builder signature."
required: false
default: "angel"
type: choice
options:
- angel
- yourname
env:
TZ: America/New_York
ROOTFS_SCRIPT: compile-kernel/tools/script/armbian_rootfs.sh
jobs:
build:
runs-on: ubuntu-22.04
if: ${{ github.event.repository.owner.id }} == ${{ github.event.sender.id }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Initialization environment
id: init
env:
DEBIAN_FRONTEND: noninteractive
run: |
docker rmi `docker images -q`
[[ -n "${AGENT_TOOLSDIRECTORY}" ]] && sudo rm -rf "${AGENT_TOOLSDIRECTORY}"
sudo rm -rf /usr/share/dotnet /etc/apt/sources.list.d /usr/local/lib/android 2>/dev/null
sudo -E apt-get -y update
sudo -E apt-get -y purge azure-cli ghc* zulu* llvm* firefox google* dotnet* powershell openjdk* mongodb* moby* || true
sudo -E apt-get -y install $(curl -fsSL https://is.gd/depend_ubuntu2204_armbian)
sudo -E systemctl daemon-reload
#sudo -E apt-get -y full-upgrade
sudo -E apt-get -y autoremove --purge
sudo -E apt-get clean
sudo timedatectl set-timezone "${TZ}"
echo "status=success" >> ${GITHUB_OUTPUT}
- name: Download source code
id: down
if: ${{ steps.init.outputs.status }} == 'success' && !cancelled()
run: |
df -hT ${PWD}
git clone -q --single-branch --depth=1 --branch=main https://github.com/armbian/build.git build
echo "status=success" >> ${GITHUB_OUTPUT}
- name: Compile Armbian [ ${{ inputs.set_release }} ]
id: compile
if: ${{ steps.down.outputs.status }} == 'success' && !cancelled()
run: |
# Compile method and parameter description: https://docs.armbian.com/Developer-Guide_Build-Options
cd build/
./compile.sh RELEASE=${{ inputs.set_release }} BOARD=odroidn2 BRANCH=current BUILD_MINIMAL=no \
BUILD_ONLY=default HOST=armbian BUILD_DESKTOP=no EXPERT=yes KERNEL_CONFIGURE=no \
COMPRESS_OUTPUTIMAGE="sha" SHARE_LOG=yes
echo "status=success" >> ${GITHUB_OUTPUT}
- name: Organize files and clear space
id: clean
if: ${{ steps.compile.outputs.status }} == 'success' && !cancelled()
run: |
# Organize and keep essential files, delete unnecessary files
chmod +x ${ROOTFS_SCRIPT}
${ROOTFS_SCRIPT} -v ${{ inputs.set_release }}
# Output cleaning result information
df -hT ${PWD}
echo "build_tag=Armbian_${{ inputs.set_release }}_${{ inputs.armbian_storage }}_$(date +"%Y.%m")" >> ${GITHUB_OUTPUT}
echo "status=success" >> ${GITHUB_OUTPUT}
- name: Upload Armbian image to Release
uses: ncipollo/release-action@main
if: ${{ steps.clean.outputs.status }} == 'success' && !cancelled()
with:
tag: ${{ steps.clean.outputs.build_tag }}
artifacts: build/output/images/*
allowUpdates: true
token: ${{ secrets.GH_TOKEN }}
- name: Rebuild Armbian
uses: ophub/amlogic-s9xxx-armbian@main
if: ${{ steps.clean.outputs.status }} == 'success' && !cancelled()
with:
build_target: armbian
armbian_path: build/output/images/*.img.gz
armbian_board: ${{ inputs.armbian_board }}
armbian_kernel: ${{ inputs.armbian_kernel }}
auto_kernel: ${{ inputs.auto_kernel }}
kernel_repo: ${{ inputs.kernel_repo }}
kernel_usage: ${{ inputs.kernel_usage }}
armbian_fstype: ${{ inputs.armbian_fstype }}
builder_name: ${{ inputs.builder_name }}
gh_token: ${{ secrets.GH_TOKEN }}
- name: Upload Rebuild image to Release
uses: ncipollo/release-action@main
if: ${{ env.PACKAGED_STATUS }} == 'success' && !cancelled()
with:
tag: ${{ steps.clean.outputs.build_tag }}
artifacts: ${{ env.PACKAGED_OUTPUTPATH }}/*
allowUpdates: true
removeArtifacts: false
replacesArtifacts: true
token: ${{ secrets.GH_TOKEN }}
body: |
### Armbian Image information
- Default username: root
- Default password: 1234
- Install command: armbian-install
- Update command: armbian-update
### Armbian Image Verification
- sha256sum