We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15506e commit 3197c8dCopy full SHA for 3197c8d
.github/workflows/build-test-windows.yml
@@ -35,6 +35,7 @@ jobs:
35
- name: Checkout
36
uses: actions/checkout@v4
37
38
+ # We cannot use docker/build-push-action here because it requires buildx, which is not available on Windows
39
- name: Build image
40
run: |
41
docker build --tag node:${{ matrix.version }}-${{ matrix.variant }} ./${{ steps.short-version.outputs.result }}/${{ matrix.variant }}
@@ -86,6 +87,7 @@ jobs:
86
87
88
89
90
91
92
93
0 commit comments