Skip to content

Commit aeee371

Browse files
committed
Remove buildx
1 parent dcb1605 commit aeee371

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

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

37-
- name: Set up Docker Buildx
38-
uses: docker/setup-buildx-action@v3
39-
4037
- name: Build image
4138
run: |
4239
docker build --file ./${{ steps.short-version.outputs.result }}/${{ matrix.variant }}/Dockerfile --tag node:${{ matrix.version }}-${{ matrix.variant }} .

0 commit comments

Comments
 (0)