Skip to content

Commit b84117a

Browse files
authored
[releae/v1.4] ci: remove windows_arm64 uploads (#5884) (#5885)
Relates to #5878 (cherry picked from commit 19b7af3) Signed-off-by: Arko Dasgupta <[email protected]>
1 parent b7c56a4 commit b84117a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/latest_release.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ jobs:
8181
tar -zcvf egctl_latest_darwin_amd64.tar.gz bin/darwin/amd64/egctl
8282
tar -zcvf egctl_latest_darwin_arm64.tar.gz bin/darwin/arm64/egctl
8383
zip -r egctl_latest_windows_amd64.zip bin/windows/amd64/egctl
84-
zip -r egctl_latest_windows_arm64.zip bin/windows/arm64/egctl
8584
8685
# Ignore the error when we delete the latest release, it might not exist.
8786

@@ -127,7 +126,6 @@ jobs:
127126
egctl_latest_darwin_amd64.tar.gz
128127
egctl_latest_darwin_arm64.tar.gz
129128
egctl_latest_windows_amd64.zip
130-
egctl_latest_windows_arm64.zip
131129
body: |
132130
This is the "latest" release of **Envoy Gateway**, which contains the most recent commits from the main branch.
133131

.github/workflows/release.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ jobs:
9595
tar -zcvf egctl_${{ env.release_tag }}_darwin_amd64.tar.gz bin/darwin/amd64/egctl
9696
tar -zcvf egctl_${{ env.release_tag }}_darwin_arm64.tar.gz bin/darwin/arm64/egctl
9797
zip -r egctl_${{ env.release_tag }}_windows_amd64.zip bin/windows/amd64/egctl
98-
zip -r egctl_${{ env.release_tag }}_windows_arm64.zip bin/windows/arm64/egctl
9998
10099
- name: Upload Release Manifests
101100
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
@@ -115,4 +114,3 @@ jobs:
115114
egctl_${{ env.release_tag }}_darwin_amd64.tar.gz
116115
egctl_${{ env.release_tag }}_darwin_arm64.tar.gz
117116
egctl_${{ env.release_tag }}_windows_amd64.zip
118-
egctl_${{ env.release_tag }}_windows_arm64.zip

0 commit comments

Comments
 (0)