mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-18 06:17:21 +00:00
feat: Use self-hosted runner for full ISO build
This commit is contained in:
parent
d054755ca3
commit
94af016898
1 changed files with 3 additions and 3 deletions
|
|
@ -25,10 +25,10 @@ build_iso:
|
|||
# Build client
|
||||
- npm run build || echo "Build failed but continuing"
|
||||
|
||||
# Build ISO using simple method
|
||||
# Build ISO using full method (requires privileged mode)
|
||||
- mkdir -p aethex-linux-build
|
||||
- chmod +x script/build-linux-iso-simple.sh
|
||||
- bash script/build-linux-iso-simple.sh
|
||||
- chmod +x script/build-linux-iso.sh
|
||||
- bash script/build-linux-iso.sh
|
||||
|
||||
# Verify ISO exists (fail the build if not)
|
||||
- |
|
||||
|
|
|
|||
Loading…
Reference in a new issue