Skip to content

ot-pre-202411-vs-build #9

ot-pre-202411-vs-build

ot-pre-202411-vs-build #9

name: ot-pre-202411-vs-build
on:
push:
branches: [ "otn_pre_202411" ]
pull_request:
branches: [ "otn_pre_202411" ]
workflow_dispatch:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: sonic-otn-server
defaults:
run:
working-directory: ./${{github.run_number}}_${{ github.sha }}
steps:
- uses: actions/checkout@v3
- name: build
run: |
make init
make configure PLATFORM=ot-vs
BUILD_MULTIASIC_KVM=y make target/sonic-ot-vs.img.gz