mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
ci(github-docker-build): add GH hosted large runner for docker builds
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
# Disable the job in forks
|
# Disable the job in forks
|
||||||
if: ${{ github.repository_owner == 'espressif' }}
|
if: ${{ github.repository_owner == 'espressif' }}
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04-X64-large
|
||||||
steps:
|
steps:
|
||||||
# Depending on the branch/tag, set CLONE_BRANCH_OR_TAG variable (used in the Dockerfile
|
# 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).
|
# as a build arg) and TAG_NAME (used when tagging the image).
|
||||||
|
|||||||
Reference in New Issue
Block a user