Skip to content

Commit

Permalink
add profile (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev authored Oct 31, 2024
1 parent c59ee05 commit ea7371b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ on:
build_opts:
description: The build options to be used to build runtime (can be left empty)
required: false
profile:
description: The profile to be used for the runtime build
default: release
required: false

jobs:
build:
Expand All @@ -60,6 +64,7 @@ jobs:
image: ${{ github.event.inputs.srtool_image }}
tag: ${{ github.event.inputs.srtool_tag }}
runtime_dir: ${{ github.event.inputs.runtime_dir }}
profile: ${{ github.event.inputs.profile }}

- name: Summary
run: |
Expand Down

0 comments on commit ea7371b

Please sign in to comment.