From 4839a89f5f8f26cfe5f0d4ab2cfbd505e8be39da Mon Sep 17 00:00:00 2001 From: GroM Date: Mon, 10 Jun 2024 11:06:48 +0200 Subject: [PATCH] Update CI with Stax and Flex targets --- .github/workflows/build_with_current_nightly.yml | 2 +- .github/workflows/ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_with_current_nightly.yml b/.github/workflows/build_with_current_nightly.yml index 665a315e..ea82190f 100644 --- a/.github/workflows/build_with_current_nightly.yml +++ b/.github/workflows/build_with_current_nightly.yml @@ -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: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f344312..eeae778a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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: |