Skip to content

Merge pull request #940 from nasa/feature/topology-ports #1616

Merge pull request #940 from nasa/feature/topology-ports

Merge pull request #940 from nasa/feature/topology-ports #1616

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
trace: false
secrets: inherit