Skip to content

Commit 3197c8d

Browse files
committed
Added comment about docker/build-push-action
1 parent d15506e commit 3197c8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Checkout
3636
uses: actions/checkout@v4
3737

38+
# We cannot use docker/build-push-action here because it requires buildx, which is not available on Windows
3839
- name: Build image
3940
run: |
4041
docker build --tag node:${{ matrix.version }}-${{ matrix.variant }} ./${{ steps.short-version.outputs.result }}/${{ matrix.variant }}
@@ -86,6 +87,7 @@ jobs:
8687
- name: Checkout
8788
uses: actions/checkout@v4
8889

90+
# We cannot use docker/build-push-action here because it requires buildx, which is not available on Windows
8991
- name: Build image
9092
run: |
9193
docker build --tag node:${{ matrix.version }}-${{ matrix.variant }} ./${{ steps.short-version.outputs.result }}/${{ matrix.variant }}

0 commit comments

Comments
 (0)