Skip to content

Commit d356f8e

Browse files
committed
Added buildx as it's required for building on windows
1 parent e2f6106 commit d356f8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v4
3636

37+
- name: Set up Docker Buildx
38+
uses: docker/setup-buildx-action@v3
39+
3740
- name: Build image
3841
uses: docker/build-push-action@v6
3942
with:

0 commit comments

Comments
 (0)