Skip to content

Commit a8ef22d

Browse files
author
Achille Roussel
committed
quick test
1 parent ab957f7 commit a8ef22d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/release.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)