File tree Expand file tree Collapse file tree 2 files changed +12
-157
lines changed Expand file tree Collapse file tree 2 files changed +12
-157
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : Build pi-gen image
2
2
3
+ # on:
4
+ # push:
5
+ # tags:
6
+ # - 'v*.*.*'
7
+
3
8
on :
4
9
push :
5
- tags :
6
- - ' v*.*.*'
10
+ branches :
11
+ - main
12
+ pull_request :
7
13
8
14
jobs :
9
15
pi-gen-aryaos :
10
16
runs-on : ubuntu-latest
17
+ env :
18
+ DISABLE_FIRST_BOOT_USER_RENAME : 1
19
+ ENABLE_SSH : 1
11
20
steps :
12
21
- name : Checkout code
13
22
uses : actions/checkout@v2
44
53
password : ${{ env.FIRST_USER_PASS || 'aryaos415' }}
45
54
pi-gen-release : ${{ env.PI_GEN_RELEASE || 'AryaOS' }}
46
55
release : ${{ env.RELEASE || 'bookworm' }}
47
- stage-list : " stage0 stage1 stage2 ./pi-gen/stage03-base ./pi-gen/stage04-wifi ./pi-gen/stage05-node-red ./pi-gen/stage06-common ./pi-gen/stage07-air ./pi-gen/stage08-sea ./pi-gen/stage09-uas ./pi-gen/stage10-docker "
56
+ stage-list : " stage0 stage1 stage2"
48
57
wpa-country : ${{ env.WPA_COUNTRY || 'US' }}
49
58
wpa-essid : ${{ env.WPA_ESSID || 'AryaOS-WiFi' }}
50
59
wpa-password : ${{ env.WPA_PASSWORD || 'aryaos415' }}
You can’t perform that action at this time.
0 commit comments