Skip to content

Commit b78e31a

Browse files
committed
updating workflow
1 parent 988de00 commit b78e31a

File tree

2 files changed

+12
-157
lines changed

2 files changed

+12
-157
lines changed

.github/workflows/arm.yml

Lines changed: 0 additions & 154 deletions
This file was deleted.

.github/workflows/pi-gen.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
name: Build pi-gen image
22

3+
# on:
4+
# push:
5+
# tags:
6+
# - 'v*.*.*'
7+
38
on:
49
push:
5-
tags:
6-
- 'v*.*.*'
10+
branches:
11+
- main
12+
pull_request:
713

814
jobs:
915
pi-gen-aryaos:
1016
runs-on: ubuntu-latest
17+
env:
18+
DISABLE_FIRST_BOOT_USER_RENAME: 1
19+
ENABLE_SSH: 1
1120
steps:
1221
- name: Checkout code
1322
uses: actions/checkout@v2
@@ -44,7 +53,7 @@ jobs:
4453
password: ${{ env.FIRST_USER_PASS || 'aryaos415' }}
4554
pi-gen-release: ${{ env.PI_GEN_RELEASE || 'AryaOS' }}
4655
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"
4857
wpa-country: ${{ env.WPA_COUNTRY || 'US' }}
4958
wpa-essid: ${{ env.WPA_ESSID || 'AryaOS-WiFi' }}
5059
wpa-password: ${{ env.WPA_PASSWORD || 'aryaos415' }}

0 commit comments

Comments
 (0)