Skip to content

Commit

Permalink
Update build_esptool.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Feb 6, 2024
1 parent 5002d1a commit e8c8a0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: ':'
Expand Down

0 comments on commit e8c8a0e

Please sign in to comment.