Skip to content

Commit

Permalink
Update from base builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Jan 5, 2025
1 parent c09f351 commit 953e349
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
build:
strategy:
matrix:
os: ["13.3", "13.4", "14.1", "14.1-aarch64", "14.2", "14.2-aarch64", "15.0", "15.0-aarch64"]
os: ["13.3", "13.3-aarch64", "13.4", "13.4-aarch64", "14.1", "14.1-aarch64", "14.2", "14.2-aarch64", "15.0", "15.0-aarch64"]
runs-on: ubuntu-24.04
env:
SEC_VBOX : ${{ secrets.SEC_VBOX }}
Expand Down
5 changes: 4 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if [ "$VM_ISO_LINK" ]; then
fi

while $vmsh isRunning $osname; do
sleep 5
sleep 10
done
if [ "$VM_USE_CONSOLE_BUILD" ]; then
$vmsh closeConsole "$osname"
Expand Down Expand Up @@ -181,6 +181,9 @@ restart_and_wait() {

#start the installed vm, and initialize the ssh access:

#disable console, it will use the vnc console from now on
export VM_USE_CONSOLE_BUILD=""

start_and_wait

inputKeys "string root; enter; sleep 1;"
Expand Down

0 comments on commit 953e349

Please sign in to comment.