@@ -38,20 +38,20 @@ jobs:
3838 - name : Build Linux AMD64
3939 run : GOOS=linux GOARCH=amd64 go build -o kubectl-curl_${{ steps.version.outputs.tag }}_linux_amd64
4040
41- - name : Build Linux ARM64
42- run : GOOS=linux GOARCH=arm64 go build -o kubectl-curl_${{ steps.version.outputs.tag }}_linux_arm64
41+ # - name: Build Linux ARM64
42+ # run: GOOS=linux GOARCH=arm64 go build -o kubectl-curl_${{ steps.version.outputs.tag }}_linux_arm64
4343
44- - name : Build Darwin AMD64
45- run : GOOS=darwin GOARCH=amd64 go build -o kubectl-curl_${{ steps.version.outputs.tag }}_darwin_amd64
44+ # - name: Build Darwin AMD64
45+ # run: GOOS=darwin GOARCH=amd64 go build -o kubectl-curl_${{ steps.version.outputs.tag }}_darwin_amd64
4646
47- - name : Build Darwin ARM64
48- run : GOOS=darwin GOARCH=arm64 go build -o kubectl-curl_${{ steps.version.outputs.tag }}_darwin_arm64
47+ # - name: Build Darwin ARM64
48+ # run: GOOS=darwin GOARCH=arm64 go build -o kubectl-curl_${{ steps.version.outputs.tag }}_darwin_arm64
4949
50- - name : Build Windows AMD64
51- run : GOOS=windows GOARCH=amd64 go build -o kubectl-curl_${{ steps.version.outputs.tag }}_windows_amd64.exe
50+ # - name: Build Windows AMD64
51+ # run: GOOS=windows GOARCH=amd64 go build -o kubectl-curl_${{ steps.version.outputs.tag }}_windows_amd64.exe
5252
53- - name : Build Windows ARM64
54- run : GOOS=windows GOARCH=arm64 go build -o kubectl-curl_${{ steps.version.outputs.tag }}_windows_arm64.exe
53+ # - name: Build Windows ARM64
54+ # run: GOOS=windows GOARCH=arm64 go build -o kubectl-curl_${{ steps.version.outputs.tag }}_windows_arm64.exe
5555
5656 - name : Generate Artifacts
5757 run : for bin in kubectl-curl_*; do tar czf $bin.tar.gz $bin LICENSE; done
0 commit comments