diff options
author | Petr Štetiar <ynezz@true.cz> | 2023-05-26 16:23:46 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2023-05-26 19:42:24 +0200 |
commit | 77c961e20eda30c93fcee27e9137d5983c4c93d6 (patch) | |
tree | 842000947b25f65d25ca439d0af8ea01afd7b781 /.github | |
parent | 9986b839595d4f1eff250ff0143ab1455dea2857 (diff) |
ci: fix broken imx6-generic SDK build
imx6-generic was renamed to imx-cortexa9
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/openwrt-ci-master.yml | 2 | ||||
-rw-r--r-- | .github/workflows/openwrt-ci-pull-request.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/openwrt-ci-master.yml b/.github/workflows/openwrt-ci-master.yml index 49385b4..432c80f 100644 --- a/.github/workflows/openwrt-ci-master.yml +++ b/.github/workflows/openwrt-ci-master.yml @@ -38,7 +38,7 @@ jobs: matrix: sdk_platform: - ath79-generic - - imx6-generic + - imx-cortexa9 - malta-be - mvebu-cortexa53 diff --git a/.github/workflows/openwrt-ci-pull-request.yml b/.github/workflows/openwrt-ci-pull-request.yml index 483f083..53e923f 100644 --- a/.github/workflows/openwrt-ci-pull-request.yml +++ b/.github/workflows/openwrt-ci-pull-request.yml @@ -42,7 +42,7 @@ jobs: matrix: sdk_platform: - ath79-generic - - imx6-generic + - imx-cortexa9 - malta-be - mvebu-cortexa53 |