Skip to content

Commit

Permalink
add r151046 and bloody 20230930
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Dec 4, 2023
1 parent 9763971 commit edb7b89
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
build:
strategy:
matrix:
os: ["r151048"]
os: ["r151046", "r151048", "bloody-20230930"]
runs-on: ubuntu-22.04
env:
SEC_VBOX : ${{ secrets.SEC_VBOX }}
Expand Down
26 changes: 26 additions & 0 deletions conf/omnios-bloody-20230930.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@


VM_ISO_LINK="https://downloads.omnios.org/media/bloody/omnios-bloody-20230930.iso"
VM_OS_NAME="omnios"
VM_OS_TYPE="omnios"
VM_SSH_PORT=2222
VM_RELEASE=bloody-20230930

VM_LOGIN_TAG="omnios console login"

VM_SHUTDOWN_CMD="shutdown -y -i5 -g0"

VM_INSTALL_CMD="pkg install "

VM_RSYNC_PKG="rsync"
VM_SSHFS_PKG=""

VM_PRE_INSTALL_PKGS="tree"
VM_OCR=py


VM_OPTS="conf/omnios-r151048.opts.txt"

VM_VBOX="./vbox.sh"

VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v0.9.5/vbox.sh"
26 changes: 26 additions & 0 deletions conf/omnios-r151046.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@


VM_ISO_LINK="https://downloads.omnios.org/media/lts/omnios-r151046.iso"
VM_OS_NAME="omnios"
VM_OS_TYPE="omnios"
VM_SSH_PORT=2222
VM_RELEASE=r151046

VM_LOGIN_TAG="omnios console login"

VM_SHUTDOWN_CMD="shutdown -y -i5 -g0"

VM_INSTALL_CMD="pkg install "

VM_RSYNC_PKG="rsync"
VM_SSHFS_PKG=""

VM_PRE_INSTALL_PKGS="tree"
VM_OCR=py


VM_OPTS="conf/omnios-r151048.opts.txt"

VM_VBOX="./vbox.sh"

VM_VBOX_LINK="https://raw.githubusercontent.com/vmactions/vbox/v0.9.5/vbox.sh"

0 comments on commit edb7b89

Please sign in to comment.