Skip to content

Commit b805ae3

Browse files
committed
ci(github-docker-build): add GH hosted large runner for docker builds
1 parent 7863b3c commit b805ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Disable the job in forks
2222
if: ${{ github.repository_owner == 'espressif' }}
2323

24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-24.04-X64-large
2525
steps:
2626
# Depending on the branch/tag, set CLONE_BRANCH_OR_TAG variable (used in the Dockerfile
2727
# as a build arg) and TAG_NAME (used when tagging the image).

0 commit comments

Comments
 (0)