Skip to content

Commit

Permalink
ci(github_builds): Specify arm32 runner tags
Browse files Browse the repository at this point in the history
  • Loading branch information
radimkarnis committed Sep 16, 2024
1 parent 3a74f62 commit 2ccddc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
CONTAINER: python:3.8-bullseye
TARGET: linux-arm32
SEPARATOR: ':'
RUN_ON: [ARM, self-hosted, linux]
RUN_ON: [ARM, self-hosted, linux, docker]
- platform: linux-arm64
CONTAINER: python:3.8-bullseye
TARGET: linux-arm64
Expand Down

0 comments on commit 2ccddc3

Please sign in to comment.