Skip to content

Commit 1ed455a

Browse files
author
Omar Mohamed
committed
feat(ci.yml): add support for Docker Buildx to improve build efficiency
ci: setup Docker Buildx and Go environment for faster builds
1 parent 6665f8b commit 1ed455a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717

18+
- name: Set up Docker Buildx
19+
uses: docker/setup-buildx-action@v3
20+
1821
- uses: actions/setup-go@v5
1922
with:
2023
go-version-file: src/go.mod

0 commit comments

Comments
 (0)