Skip to content

Commit 732adcb

Browse files
Clarify devices list including Apex
1 parent 937b44a commit 732adcb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/_get_app_metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
2424
Defaults to the full list of device(s) supported by the application as configured in the
2525
'ledger_app.toml' manifest.
26-
If the manifest is missing, defaults to ALL (["nanos", "nanox", "nanosp", "stax", "flex"]).
26+
If the manifest is missing, defaults to ALL (["nanos", "nanox", "nanosp", "stax", "flex", "apex_m", "apex_p"]).
2727
required: false
2828
default: 'None'
2929
type: string

.github/workflows/reusable_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ on:
4343
4444
Defaults to the full list of device(s) supported by the application as configured in the
4545
'ledger_app.toml' manifest.
46-
If the manifest is missing, defaults to ALL (["nanos", "nanox", "nanosp", "stax", "flex"]).
46+
If the manifest is missing, defaults to ALL (["nanos", "nanox", "nanosp", "stax", "flex", "apex_m", "apex_p"]).
4747
required: false
4848
default: 'None'
4949
type: string
@@ -85,7 +85,7 @@ jobs:
8585
token: ${{ secrets.token }}
8686

8787
build:
88-
name: Build application for NanoS, X, S+, and Stax
88+
name: Build application for all selected devices
8989
needs: call_get_app_metadata
9090
strategy:
9191
fail-fast: false

.github/workflows/reusable_guidelines_enforcer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
1515
Defaults to the full list of device(s) supported by the application as configured in the
1616
'ledger_app.toml' manifest.
17-
If the manifest is missing, defaults to ALL (["nanos", "nanox", "nanosp", "stax", "flex"]).
17+
If the manifest is missing, defaults to ALL (["nanos", "nanox", "nanosp", "stax", "flex", "apex_m", "apex_p"]).
1818
required: false
1919
default: 'None'
2020
type: string

.github/workflows/reusable_ragger_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ on:
5555
5656
Defaults to the full list of device(s) supported by the application as configured in the
5757
'ledger_app.toml' manifest.
58-
If the manifest is missing, defaults to ALL (["nanos", "nanox", "nanosp", "stax", "flex"]).
58+
If the manifest is missing, defaults to ALL (["nanos", "nanox", "nanosp", "stax", "flex", "apex_m", "apex_p"]).
5959
required: false
6060
default: 'None'
6161
type: string

0 commit comments

Comments
 (0)