Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge pull request #754 from m-aleem/aleem-b #7

Merge pull request #754 from m-aleem/aleem-b

Merge pull request #754 from m-aleem/aleem-b #7

Workflow file for this run

name: Build Native Images
on:
push:
branches: [ "main", "release/**" ]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
release:
types: [ published ]
jobs:
run:
if: github.event.pull_request.draft == false
name: "Package"
uses: "./.github/workflows/native-build.yml"
with:
build: ./compiler/install
test: ./compiler/test
output-directory: ./compiler/bin
meta-package: fpp
fast-hack: true
trace: false
secrets: inherit