From e8c8a0e1068d0e6c051e1286cfdbd0f5c8af9144 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:40:18 +0100 Subject: [PATCH] Update build_esptool.yml --- .github/workflows/build_esptool.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_esptool.yml b/.github/workflows/build_esptool.yml index 67ccb193b..f9daa8c42 100644 --- a/.github/workflows/build_esptool.yml +++ b/.github/workflows/build_esptool.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-14, macos-latest, ubuntu-latest, windows-latest, ARM, ARM64] + os: [macos-14, macos-latest, ubuntu-latest, windows-latest, linux-armv7, linux-arm64] include: - os: macos-14 TARGET: macos-arm @@ -27,11 +27,11 @@ jobs: TARGET: win64 EXTEN: .exe SEPARATOR: ';' - - os: ARM + - os: linux-armv7 CONTAINER: 3.8-bullseye TARGET: linux-arm SEPARATOR: ':' - - os: ARM64 + - os: linux-arm64 CONTAINER: 3.8-bullseye TARGET: linux-arm64 SEPARATOR: ':'