Merge branch 'ci/github-docker-build_v5.1' into 'release/v5.1'

GitHUB CI fix: Add GH hosted large runner for Docker builds (v5.1)

See merge request espressif/esp-idf!42750
This commit is contained in:
Roland Dobai
2025-10-21 12:24:13 +02:00
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
# Disable the job in forks
if: ${{ github.repository_owner == 'espressif' }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-X64-large
steps:
# Depending on the branch/tag, set CLONE_BRANCH_OR_TAG variable (used in the Dockerfile
# as a build arg) and TAG_NAME (used when tagging the image).