mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-20 04:36:41 +00:00
Merge pull request #1187 from hakman/fix-windows-typo
CodeQL / Analyze (go) (push) Failing after 1m57s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m28s
CodeQL / Analyze (go) (push) Failing after 1m57s
Scorecard supply-chain security / Scorecard analysis (push) Failing after 1m28s
Fix typo in Windows build
This commit is contained in:
@@ -304,7 +304,7 @@ push-container: build-container
|
||||
|
||||
push-container-windows: build-container-windows
|
||||
# Build should be cached from build-container
|
||||
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 .
|
||||
|
||||
push-tar: build-tar
|
||||
gsutil cp $(TARBALL) $(UPLOAD_PATH)/node-problem-detector/
|
||||
|
||||
Reference in New Issue
Block a user