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 62461c3 commit be25e06Copy full SHA for be25e06
.github/workflows/release.yaml
@@ -46,7 +46,7 @@ jobs:
46
- name: Build Windows AMD64
47
run: GOOS=windows GOARCH=amd64 go build -o kubectl-curl_windows_amd64.exe
48
49
- - name: Build WIndows ARM64
+ - name: Build Windows ARM64
50
run: GOOS=windows GOARCH=arm64 go build -o kubectl-curl_windows_arm64.exe
51
52
- name: Release
0 commit comments