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.
2 parents dc74a7e + fcb7a19 commit e0e2b13Copy full SHA for e0e2b13
Makefile
@@ -304,7 +304,7 @@ push-container: build-container
304
305
push-container-windows: build-container-windows
306
# Build should be cached from build-container
307
- docker buildx build --push --platform windows/amdd64 $(IMAGE_TAGS_WINDOWS) -f Dockerfile.windows .
+ docker buildx build --push --platform windows/amd64 $(IMAGE_TAGS_WINDOWS) -f Dockerfile.windows .
308
309
push-tar: build-tar
310
gsutil cp $(TARBALL) $(UPLOAD_PATH)/node-problem-detector/
0 commit comments