Skip to content

Commit e7ca880

Browse files
waleedlatif1claude
andcommitted
feat: use ubuntu-latest-8-cores for faster Docker builds
- Update GitHub Actions workflow to use larger runners for better performance - Minor formatting cleanup 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b679f18 commit e7ca880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-and-push:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-latest-8-cores
1212
strategy:
1313
fail-fast: false
1414
matrix:

0 commit comments

Comments
 (0)