Add .github/workflows/build-broadcom
Some checks are pending
CodeQL / Analyze (python) (push) Waiting to run
Semgrep / Semgrep (push) Waiting to run

This commit is contained in:
Matthew Fisher 2024-03-27 15:53:34 -05:00
parent fb29a4047c
commit 363b9fd642

25
.github/workflows/build-broadcom vendored Normal file
View File

@ -0,0 +1,25 @@
name: Build broadcom ONEIMAGE
run-name: ${{ gitea.actor }} is building SONiC for broadcom
on:
push:
branches: [main]
jobs:
Configure-Build-Package-Action:
runs-on: ubuntu-22.04
steps:
- run: echo "Triggered ${{ gitea.event_name }}"
- name: Checkout
uses: actions/checkout@v4
- name: Init Package
run: make init
- name: Configure Package
run: make configuration --PLATFORM=broadcom
- name: Compile Image
run: make target/sonic-broadcom.bin
- name: Release
uses: softprops/action-gh-release@v1
with:
files: |
*