Skip to content

Commit

Permalink
Update CI with Stax and Flex targets
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jun 10, 2024
1 parent b49bedc commit 4839a89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_with_current_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:latest
strategy:
matrix:
device: ["nanos", "nanox", "nanosplus"]
device: ["nanos", "nanox", "nanosplus", "stax", "flex"]
steps:
- name: update nightly toolchain
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools:latest
strategy:
matrix:
target: ["nanos", "nanox", "nanosplus"]
target: ["nanos", "nanox", "nanosplus", "stax", "flex"]
package: [include_gif, testmacro, ledger_secure_sdk_sys, ledger_device_sdk]
steps:
- name: Print Environment variables
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools:latest
strategy:
matrix:
target: ["nanos", "nanox", "nanosplus"]
target: ["nanos", "nanox", "nanosplus", "stax", "flex"]
steps:
- name: Clone
uses: actions/checkout@v4
Expand All @@ -91,7 +91,7 @@ jobs:
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools:latest
strategy:
matrix:
target: ["nanos", "nanox", "nanosplus"]
target: ["nanos", "nanox", "nanosplus", "stax", "flex"]
steps:
- name: Force speculos update
run: |
Expand Down

0 comments on commit 4839a89

Please sign in to comment.